This repo contains our final project code based on CutMix and MixUp papers.
In my_test parameter choose the test you wish to run: 1, 2 or 3.
>> cd CutMix
>> python train.py \
--net_type resnet \
--dataset cifar100 \
--depth 18 \
--alpha 240 \
--batch_size 64 \
--lr 0.25 \
--expname test_1 \
--epochs 300 \
--beta 1.0 \
--my_test 1 \
--no-verbose
>> cd CutMix
>> python test.py \
--net_type resnet \
--dataset cifar100C \
--depth 18 \
--batch_size 64 \
--pretrained ${MODEL_PATH}
or use our notebook test_models.ipynb