Skip to content

Commit 328339a

Browse files
committed
Add ESE-VoVNet-19-DW weights
1 parent 2d83752 commit 328339a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ I've leveraged the training scripts in this repository to train a few of the mod
186186
| mixnet_m | 77.256 (22.744) | 93.418 (6.582) | 5.01M | bicubic | 224 |
187187
| seresnext26_32x4d | 77.104 (22.896) | 93.316 (6.684) | 16.8M | bicubic | 224 |
188188
| 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 |
189190
| resnet26d | 76.68 (23.32) | 93.166 (6.834) | 16M | bicubic | 224 |
190191
| densenetblur121d | 76.576 (23.424) | 93.190 (6.810) | 8.0M | bicubic | 224 |
191192
| mobilenetv2_140 | 76.524 (23.476) | 92.990 (7.010) | 6.1M | bicubic | 224 |

timm/models/vovnet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def _cfg(url=''):
149149
vovnet39a=_cfg(url=''),
150150
vovnet57a=_cfg(url=''),
151151
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'),
153154
ese_vovnet19b_slim=_cfg(url=''),
154155
ese_vovnet39b=_cfg(
155156
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/ese_vovnet39b-f912fe73.pth'),

0 commit comments

Comments
 (0)