Pretrained Models
Introduction
This folder is kept for the pretrained models.
ImageNet Pretrained Models
Training settings
- ResNet models trained with 200 epochs follow the procedure in arXiv.1812.01187.
ResNet
Model | Lr sched | Acc@1 | Acc@5 | Source |
---|---|---|---|---|
R-50 | 90e | 76.53 | 93.16 | Ours |
R-50 | 200e | 78.64 | 94.30 | Ours |
MobileNet
Model | Lr sched | Acc@1 | Acc@5 | Source |
---|---|---|---|---|
MobileNetV2 | 300e | 71.88 | 90.29 | TorchVision |
MobileNetV3L | 600e | 74.04 | 91.34 | TorchVision |
VGG
Model | Lr sched | Acc@1 | Acc@5 | Source |
---|---|---|---|---|
VGG-16-FCN | - | - | - | weiliu89 |