gaunernst commited on
Commit
08a6040
1 Parent(s): 491155b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -15,5 +15,8 @@
15
  "pool_size": null,
16
  "first_conv": "patch_embed.proj",
17
  "classifier": "head"
 
 
 
18
  }
19
  }
 
15
  "pool_size": null,
16
  "first_conv": "patch_embed.proj",
17
  "classifier": "head"
18
+ },
19
+ "model_args": {
20
+ "patch_size": 8
21
  }
22
  }