File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ I've leveraged the training scripts in this repository to train a few of the mod
186
186
| mixnet_m | 77.256 (22.744) | 93.418 (6.582) | 5.01M | bicubic | 224 |
187
187
| seresnext26_32x4d | 77.104 (22.896) | 93.316 (6.684) | 16.8M | bicubic | 224 |
188
188
| skresnet34 | 76.912 (23.088) | 93.322 (6.678) | 22.2M | bicubic | 224 |
189
+ | ese_vovnet19b_dw | 76.798 (23.202) | 93.268 (6.732) | 6.5M | bicubic | 224 |
189
190
| resnet26d | 76.68 (23.32) | 93.166 (6.834) | 16M | bicubic | 224 |
190
191
| densenetblur121d | 76.576 (23.424) | 93.190 (6.810) | 8.0M | bicubic | 224 |
191
192
| mobilenetv2_140 | 76.524 (23.476) | 92.990 (7.010) | 6.1M | bicubic | 224 |
Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ def _cfg(url=''):
149
149
vovnet39a = _cfg (url = '' ),
150
150
vovnet57a = _cfg (url = '' ),
151
151
ese_vovnet19b_slim_dw = _cfg (url = '' ),
152
- ese_vovnet19b_dw = _cfg (url = '' ),
152
+ ese_vovnet19b_dw = _cfg (
153
+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/ese_vovnet19b_dw-a8741004.pth' ),
153
154
ese_vovnet19b_slim = _cfg (url = '' ),
154
155
ese_vovnet39b = _cfg (
155
156
url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/ese_vovnet39b-f912fe73.pth' ),
You can’t perform that action at this time.
0 commit comments