subhuatharva
commited on
Commit
•
b159de1
1
Parent(s):
ca4d421
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"hf_hub_id": "timm/swin_s3_base_224.ms_in1k", "architecture": "swin_s3_base_224", "tag": "ms_in1k", "custom_load": false, "input_size": [3, 224, 224], "fixed_input_size": true, "interpolation": "bicubic", "crop_pct": 0.9, "crop_mode": "center", "mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225], "num_classes": 1000, "pool_size": [7, 7], "first_conv": "patch_embed.proj", "classifier": "head.fc", "license": "mit"}
|