replace urls in model zoo (#102)
parent
761c39b6b9
commit
374b13c419
|
@ -8,22 +8,22 @@ The ResNet family models below are trained by standard data augmentations, i.e.,
|
|||
|
||||
| Model | Params(M) | Flops(G) | Top-1 (%) | Top-5 (%) | Config | Download |
|
||||
|:---------------------:|:---------:|:--------:|:---------:|:---------:|:---------:|:--------:|
|
||||
| VGG-11 | 132.86 | 7.63 | 69.03 | 88.63 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg11.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg11-01ecd97e.pth)* |
|
||||
| VGG-13 | 133.05 | 11.34 | 69.93 | 89.26 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg13.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg13-9ad3945d.pth)*|
|
||||
| VGG-16 | 138.36 | 15.5 | 71.59 | 90.39 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg16.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg16-91b6d117.pth)*|
|
||||
| VGG-19 | 143.67 | 19.67 | 72.38 | 90.88 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg19.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg19-fee352a8.pth)*|
|
||||
| VGG-11-BN | 132.87 | 7.64 | 70.37 | 89.81 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg11bn.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg11_bn-6fbbbf3f.pth)*|
|
||||
| VGG-13-BN | 133.05 | 11.36 | 71.55 | 90.37 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg13bn.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg13_bn-4b5f9390.pth)*|
|
||||
| VGG-16-BN | 138.37 | 15.53 | 73.36 | 91.5 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg19.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg16_bn-3ac6d8fd.pth)*|
|
||||
| VGG-19-BN | 143.68 | 19.7 | 74.24 | 91.84 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg19bn.py) | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/vgg19_bn-7c058385.pth)*|
|
||||
| VGG-11 | 132.86 | 7.63 | 69.03 | 88.63 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg11.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg11-01ecd97e.pth)* |
|
||||
| VGG-13 | 133.05 | 11.34 | 69.93 | 89.26 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg13.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg13-9ad3945d.pth)*|
|
||||
| VGG-16 | 138.36 | 15.5 | 71.59 | 90.39 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg16.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg16-91b6d117.pth)*|
|
||||
| VGG-19 | 143.67 | 19.67 | 72.38 | 90.88 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg19.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg19-fee352a8.pth)*|
|
||||
| VGG-11-BN | 132.87 | 7.64 | 70.37 | 89.81 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg11bn.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg11_bn-6fbbbf3f.pth)*|
|
||||
| VGG-13-BN | 133.05 | 11.36 | 71.55 | 90.37 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg13bn.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg13_bn-4b5f9390.pth)*|
|
||||
| VGG-16-BN | 138.37 | 15.53 | 73.36 | 91.5 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg19.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg16_bn-3ac6d8fd.pth)*|
|
||||
| VGG-19-BN | 143.68 | 19.7 | 74.24 | 91.84 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/vgg19bn.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/vgg19_bn-7c058385.pth)*|
|
||||
| ResNet-18 | 11.69 | 1.82 | 70.07 | 89.44 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/resnet18_b32x8.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet18_batch256_20200708-34ab8f90.pth) | [log](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet18_batch256_20200708-34ab8f90.log.json) |
|
||||
| ResNet-34 | 21.8 | 3.68 | 73.85 | 91.53 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/resnet34_b32x8.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet34_batch256_20200708-32ffb4f7.pth) | [log](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet34_batch256_20200708-32ffb4f7.log.json) |
|
||||
| ResNet-50 | 25.56 | 4.12 | 76.55 | 93.15 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/resnet50_b32x8.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet50_batch256_20200708-cfb998bf.pth) | [log](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet50_batch256_20200708-cfb998bf.log.json) |
|
||||
| ResNet-101 | 44.55 | 7.85 | 78.18 | 94.03 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/resnet101_b32x8.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet101_batch256_20200708-753f3608.pth) | [log](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet101_batch256_20200708-753f3608.log.json) |
|
||||
| ResNeSt-50 | 27.48 | 5.41 | 81.13 | 95.59 | | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/resnest50_converted-1ebf0afe.pth) | [log]() |
|
||||
| ResNeSt-101 | 48.28 | 10.27 | 82.32 | 96.24 | | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/resnest101_converted-032caa52.pth) | [log]() |
|
||||
| ResNeSt-200 | 70.2 | 17.53 | 82.41 | 96.22 | | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/resnest200_converted-581a60f2.pth) | [log]() |
|
||||
| ResNeSt-269 | 110.93 | 22.58 | 82.70 | 96.28 | | [model](https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmclassification/v0/imagenet/resnest269_converted-59930960.pth) | [log]() |
|
||||
| ResNeSt-50 | 27.48 | 5.41 | 81.13 | 95.59 | | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnest50_converted-1ebf0afe.pth) | [log]() |
|
||||
| ResNeSt-101 | 48.28 | 10.27 | 82.32 | 96.24 | | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnest101_converted-032caa52.pth) | [log]() |
|
||||
| ResNeSt-200 | 70.2 | 17.53 | 82.41 | 96.22 | | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnest200_converted-581a60f2.pth) | [log]() |
|
||||
| ResNeSt-269 | 110.93 | 22.58 | 82.70 | 96.28 | | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnest269_converted-59930960.pth) | [log]() |
|
||||
| ResNet-152 | 60.19 | 11.58 | 78.63 | 94.16 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/resnet152_b32x8.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet152_batch256_20200708-ec25b1f9.pth) | [log](https://download.openmmlab.com/mmclassification/v0/imagenet/resnet152_batch256_20200708-ec25b1f9.log.json) |
|
||||
| ResNetV1D-50 | 25.58 | 4.36 | 77.4 | 93.66 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/resnetv1d50_b32x8.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnetv1d50_batch256_20200708-1ad0ce94.pth) | [log](https://download.openmmlab.com/mmclassification/v0/imagenet/resnetv1d50_batch256_20200708-1ad0ce94.log.json) |
|
||||
| ResNetV1D-101 | 44.57 | 8.09 | 78.85 | 94.38 | [config](https://github.com/open-mmlab/mmclassification/blob/master/configs/imagenet/resnetv1d101_b32x8.py) | [model](https://download.openmmlab.com/mmclassification/v0/imagenet/resnetv1d101_batch256_20200708-9cb302ef.pth) | [log](https://download.openmmlab.com/mmclassification/v0/imagenet/resnetv1d101_batch256_20200708-9cb302ef.log.json) |
|
||||
|
|
Loading…
Reference in New Issue