see semi-supervised reimplementations document
- MixMatch
ReMixMatch- FixMatch
- CoMatch
- FlexMatch
- SimCLR
- MoCo
- BYOL
- L2R
- IEG
- ULN
- Co-teaching
- DivideMix
- baseline
- baseline with randaugment
- baseline with {mixup, cutout}
python train_{}.py --module={} {args}such as
python train_sup.py --module=basic --device=0 --model=wrn282- cutout
- randaugment
- mixup
- cifar
- cifar10
- cifar100
- svhn
- stl10
- clothing1m
- tiny-imagenet
- imagenet
- resnet-{18, 34, 50}
- wideresnet-{282}
- vit