Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"ViTForImageClassification"
|
| 4 |
],
|
| 5 |
"model": {
|
| 6 |
-
|
| 7 |
"variant": "vit_small_patch16_384.augreg_in21k_ft_in1k",
|
| 8 |
"input_size": 384,
|
| 9 |
"patch_size": 16,
|
|
@@ -23,6 +23,7 @@
|
|
| 23 |
"resize_size": 440,
|
| 24 |
"crop_size": 384
|
| 25 |
},
|
|
|
|
| 26 |
"dtype": "float32",
|
| 27 |
"checkpoint_path": "pretrained_weights/model_v11_ViT_384_base_ckpt.pt"
|
| 28 |
}
|
|
|
|
| 3 |
"ViTForImageClassification"
|
| 4 |
],
|
| 5 |
"model": {
|
| 6 |
+
|
| 7 |
"variant": "vit_small_patch16_384.augreg_in21k_ft_in1k",
|
| 8 |
"input_size": 384,
|
| 9 |
"patch_size": 16,
|
|
|
|
| 23 |
"resize_size": 440,
|
| 24 |
"crop_size": 384
|
| 25 |
},
|
| 26 |
+
"model_type": "vit",
|
| 27 |
"dtype": "float32",
|
| 28 |
"checkpoint_path": "pretrained_weights/model_v11_ViT_384_base_ckpt.pt"
|
| 29 |
}
|