设计
规格
API
API映射
迁移指南
FAQ
RELEASE NOTES
为当前数据集添加子采样器。
new_sampler (Sampler) - 待添加的子采样器。
样例:
>>> new_sampler = ds.DistributedSampler(10, 2) >>> dataset.add_sampler(new_sampler) # dataset is an instance of Dataset