PyTorch实施抠图
用法
$ python main.py --block_type basic --depth 110 --use_cutout --cutout_size 16 --cutout_prob 1 --outdir results
CIFAR-10的结果
模型
测试错误(5次运行的中位数)
训练时间
ResNet-preact-56,不带切口
5.85
98分钟
带切口的ResNet-preact-56
4.96
98分钟
没有抠图
$ python -u main.py --depth 56 --block_type basic --base_lr 0.2 --seed 7 --outdir results/wo_cutout/00
w /镂空
$ python -u main.py --depth 56 --block_type basic --bas
1