Update config.json
Browse files- config.json +2 -5
config.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"ViTForImageClassification"
|
| 4 |
-
"ViT",
|
| 5 |
-
"Transformers"
|
| 6 |
],
|
| 7 |
"model": {
|
| 8 |
-
"type": "
|
| 9 |
"variant": "vit_small_patch16_384.augreg_in21k_ft_in1k",
|
| 10 |
"input_size": 384,
|
| 11 |
"patch_size": 16,
|
|
@@ -25,7 +23,6 @@
|
|
| 25 |
"resize_size": 440,
|
| 26 |
"crop_size": 384
|
| 27 |
},
|
| 28 |
-
"device": "cuda",
|
| 29 |
"dtype": "float32",
|
| 30 |
"checkpoint_path": "pretrained_weights/model_v11_ViT_384_base_ckpt.pt"
|
| 31 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"ViTForImageClassification"
|
|
|
|
|
|
|
| 4 |
],
|
| 5 |
"model": {
|
| 6 |
+
"type": "timm_wrapper",
|
| 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 |
"dtype": "float32",
|
| 27 |
"checkpoint_path": "pretrained_weights/model_v11_ViT_384_base_ckpt.pt"
|
| 28 |
}
|