microsoft / Semi-supervised-learning

A Unified Semi-Supervised Learning Codebase (NeurIPS'22)

Home Page:https://usb.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The problem with train_sampler

TTToby opened this issue · comments

Semi-supervised-learning-mian/semilearn/datasets/samplers/sampler.py line 144
name2sampler = {
'RandomSampler': DistributedSampler,
'WeightedRandomSampler': WeightedDistributedSampler}

Why does 'Randomsampler' correspond to 'DistributedSampler'? Looking forward to your reply. Thank you!

commented

We default to use distributed training.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.