Skip to content

Commit c09d5fe

Browse files
committed
Reusing license field
1 parent b6be046 commit c09d5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timm/models/fastvit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,10 +1360,10 @@ def _cfg(url="", **kwargs):
13601360
"crop_pct": 0.9,
13611361
"interpolation": "bicubic",
13621362
"mean": IMAGENET_DEFAULT_MEAN,
1363-
"license": "other",
1363+
"license": "fastvit-license",
13641364
"std": IMAGENET_DEFAULT_STD,
13651365
'first_conv': ('stem.0.conv_kxk.0.conv', 'stem.0.conv_scale.conv'),
1366-
"classifier": "head.fc", "license": "fastvit-license",
1366+
"classifier": "head.fc",
13671367
**kwargs,
13681368
}
13691369

0 commit comments

Comments
 (0)