GitHub - rwightman/pytorch-image-models: PyTorch image models ...
github.com › rwightman › pytorch-image-modelsPyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN ...
模型训练技巧——Random Erasing_Guo_Python的博客-CSDN博客
blog.csdn.net › Guo_Python › articleMay 08, 2020 · 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 ...