pytorch--CutMix:pytorch重新实现CutMix

时间:2024-04-29 07:16:51
【文件属性】:

文件名称:pytorch--CutMix:pytorch重新实现CutMix

文件大小:3.57MB

文件格式:ZIP

更新时间:2024-04-29 07:16:51

Python

pytorch--CutMix(pytorch) 用火炬实施 有关模型和规范化的其他代码,请参见 为了训练 python main.py --print_freq 32 --save_dir ./save_model/ --save_every 10 --lr 0.1 --weight_decay 1e-4 --momentum 0.9 --Epoch 500 --batch_size 128 --test_batch_size 100 --cutout False --n_masks 1 --length 16 --normalize batchnorm --alpha 1.0 --cutmix_prob 1.0 # For Cutmix 结果 SE + resnet-32 + batchnorm与SE + resnet-32 + batchnorm + cutmix之间的


【文件预览】:
pytorch--CutMix-main
----main.py(2KB)
----model()
--------SE.py(4KB)
--------__pycache__()
----LICENSE(1KB)
----.DS_Store(6KB)
----save_model()
--------model.pt(1.97MB)
--------checkpoint.pt(1.97MB)
----README.md(1KB)
----utils()
--------cutmix.py(1KB)
--------train.py(7KB)
--------__pycache__()
--------function.py(1KB)

网友评论