| { | |
| "architecture": "vit_tiny_patch16_224", | |
| "num_classes": 512, | |
| "num_features": 192, | |
| "global_pool": "token", | |
| "pretrained_cfg": { | |
| "input_size": [3, 112, 112], | |
| "fixed_input_size": true, | |
| "interpolation": "bicubic", | |
| "crop_pct": 1.0, | |
| "crop_mode": "center", | |
| "mean": [0.5, 0.5, 0.5], | |
| "std": [0.5, 0.5, 0.5], | |
| "num_classes": 512, | |
| "pool_size": null, | |
| "first_conv": "patch_embed.proj", | |
| "classifier": "head" | |
| }, | |
| "model_args": { | |
| "patch_size": 8 | |
| } | |
| } | |