We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d39b6a commit 1ec3915Copy full SHA for 1ec3915
timm/models/fastvit.py
@@ -1431,10 +1431,10 @@ def _cfg(url="", **kwargs):
1431
"crop_pct": 0.9,
1432
"interpolation": "bicubic",
1433
"mean": IMAGENET_DEFAULT_MEAN,
1434
- "license": "other",
+ "license": "fastvit-license",
1435
"std": IMAGENET_DEFAULT_STD,
1436
'first_conv': ('stem.0.conv_kxk.0.conv', 'stem.0.conv_scale.conv'),
1437
- "classifier": "head.fc", "license": "fastvit-license",
+ "classifier": "head.fc",
1438
**kwargs,
1439
}
1440
0 commit comments