{ "architecture": "vit_small_patch16_224", "model_args": { "patch_size": 14, "img_size": 224, "num_classes": 0 }, "num_classes": 0, "pretrained_cfg": { "architecture": "vit_small_patch16_224", "custom_load": false, "input_size": [ 3, 224, 224 ], "fixed_input_size": true, "interpolation": "bicubic", "crop_pct": 1.0, "mean": [ 0.485, 0.456, 0.406 ], "std": [ 0.229, 0.224, 0.225 ], "first_conv": "patch_embed.proj", "classifier": "head" } }