上传者: 42165583
|
上传时间: 2022-03-15 17:39:16
|
文件大小: 512KB
|
文件类型: -
PyTorch随机擦除的实现
用法
$ python main.py --block_type basic --depth 110 --use_random_erase --random_erase_prob 0.5 --random_erase_area_ratio_range '[0.02, 0.4]' --random_erase_min_aspect_ratio 0.3 --random_erase_max_attempt 20 --outdir results
CIFAR-10的结果
模型
测试错误(5次运行的中位数)
训练时间
没有随机擦除的ResNet-preact-56
5.85
98分钟
ResNet-preact-56 w /随机擦除
5.22
98分钟
没有随机擦除
$ python -u main.py --depth 56 --block_type b