timm
/

Image Classification
timm
PyTorch
Safetensors
Transformers
themachinefan commited on
Commit
6868eac
·
verified ·
1 Parent(s): 08ccebf

Add patch_size

Browse files

Set patch_size to 32 for use with AutoConfig.from_pretrained

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -28,6 +28,7 @@
28
  "num_classes": 1000,
29
  "pool_size": null,
30
  "first_conv": "patch_embed.proj",
31
- "classifier": "head"
 
32
  }
33
  }
 
28
  "num_classes": 1000,
29
  "pool_size": null,
30
  "first_conv": "patch_embed.proj",
31
+ "classifier": "head",
32
+ "patch_size": 32
33
  }
34
  }