mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-05-03 01:19:15 +00:00
5 lines
143 B
Python
5 lines
143 B
Python
from .base_sampler import BaseSampler
|
|
from .data_parallel_sampler import DataParallelSampler
|
|
|
|
__all__ = ['BaseSampler', 'DataParallelSampler']
|