| 1 | # run train.py --dataset cifar10 --model resnet18 --data_augmentation --cutout --length 16 |
| 2 | # run train.py --dataset cifar100 --model resnet18 --data_augmentation --cutout --length 8 |
| 3 | # run train.py --dataset svhn --model wideresnet --learning_rate 0.01 --epochs 160 --cutout --length 20 |
| 4 |