MHanzl commited on
Commit
d4c0399
·
verified ·
1 Parent(s): 49a582d

Test different config

Browse files
Files changed (1) hide show
  1. config.json +10 -1
config.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "architecture": "vit_base_patch16_384",
3
- "image_size": 384,
 
 
 
 
 
 
 
 
 
4
  "num_classes": 182
5
  }
 
1
  {
2
  "architecture": "vit_base_patch16_384",
3
+ "pretrained_cfg": {
4
+ "custom_load": false,
5
+ "input_size": [
6
+ 3,
7
+ 384,
8
+ 384
9
+ ],
10
+ "fixed_input_size": true,
11
+ "first_conv": "patch_embed.proj"
12
+ },
13
  "num_classes": 182
14
  }