geopavlakos's picture
Initial commit
d7a991a
raw
history blame
134 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .distributed_sampler import DistributedSampler
__all__ = ['DistributedSampler']