Skip to content

Commit 1ec3915

Browse files
alexanderdannrwightman
authored andcommitted
Reusing license field
1 parent 4d39b6a commit 1ec3915

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
@@ -1431,10 +1431,10 @@ def _cfg(url="", **kwargs):
14311431
"crop_pct": 0.9,
14321432
"interpolation": "bicubic",
14331433
"mean": IMAGENET_DEFAULT_MEAN,
1434-
"license": "other",
1434+
"license": "fastvit-license",
14351435
"std": IMAGENET_DEFAULT_STD,
14361436
'first_conv': ('stem.0.conv_kxk.0.conv', 'stem.0.conv_scale.conv'),
1437-
"classifier": "head.fc", "license": "fastvit-license",
1437+
"classifier": "head.fc",
14381438
**kwargs,
14391439
}
14401440

0 commit comments

Comments
 (0)