KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame contribute delete
165 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .retrieval_loop import RetrievalTestLoop, RetrievalValLoop
__all__ = ['RetrievalTestLoop', 'RetrievalValLoop']