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 |
|---|---|---|---|---|
| R50 | 90e | 76.53 | 93.16 | Ours |
| R50 | 200e | 78.64 | 94.30 | Ours |
| R50-A | 120e | 75.30 | 92.20 | MSRA |
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 |
|---|---|---|---|---|
| VGG16-FCN | - | - | - | weiliu89 |