Skip to content

Commit 0f5d9d8

Browse files
committed
Add CSPResNet50 weights, 79.6 top-1 at 256x256
1 parent 0734c0d commit 0f5d9d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

timm/models/cspnet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def _cfg(url='', **kwargs):
3737

3838

3939
default_cfgs = {
40-
'cspresnet50': _cfg(url=''),
40+
'cspresnet50': _cfg(
41+
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/cspresnet50_ra-d3e8d487.pth'),
4142
'cspresnet50d': _cfg(url=''),
4243
'cspresnet50w': _cfg(url=''),
4344
'cspresnext50': _cfg(

0 commit comments

Comments
 (0)