mwirth7 commited on
Commit
74b5388
·
verified ·
1 Parent(s): bfa60f1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -13,17 +13,17 @@
13
  "drop_rate": 0.0,
14
  "embed_dim": 768,
15
  "global_pool": "mean",
16
- "img_size_x": 1024,
17
  "img_size_y": 128,
18
  "in_chans": 1,
19
  "init_values": null,
20
  "mlp_ratio": 4,
21
  "norm_layer_eps": 1e-06,
22
  "num_heads": 12,
23
- "num_patches": 512,
24
- "num_patches_x": 64,
25
  "num_patches_y": 8,
26
- "num_tokens": 513,
27
  "patch_size": 16,
28
  "pos_drop_rate": 0.0,
29
  "pos_trainable": false,
 
13
  "drop_rate": 0.0,
14
  "embed_dim": 768,
15
  "global_pool": "mean",
16
+ "img_size_x": 512,
17
  "img_size_y": 128,
18
  "in_chans": 1,
19
  "init_values": null,
20
  "mlp_ratio": 4,
21
  "norm_layer_eps": 1e-06,
22
  "num_heads": 12,
23
+ "num_patches": 256,
24
+ "num_patches_x": 32,
25
  "num_patches_y": 8,
26
+ "num_tokens": 257,
27
  "patch_size": 16,
28
  "pos_drop_rate": 0.0,
29
  "pos_trainable": false,