subhuatharva commited on
Commit
ca4d421
1 Parent(s): e86ee26

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/s3_b-a1e95db4.pth", "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"}