not-lain commited on
Commit
130176e
·
verified ·
1 Parent(s): 4d099e5

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dec_channels_inter": 64,
3
+ "depths": [
4
+ 2,
5
+ 2,
6
+ 18,
7
+ 2
8
+ ],
9
+ "drop_path_rate": 0.2,
10
+ "embed_dim": 192,
11
+ "image_size": 1024,
12
+ "mlp_ratio": 4.0,
13
+ "num_heads": [
14
+ 6,
15
+ 12,
16
+ 24,
17
+ 48
18
+ ],
19
+ "patch_size": 4,
20
+ "use_gradient_attention": true,
21
+ "use_image_patch_injection": true,
22
+ "use_multi_scale_input": true,
23
+ "window_size": 12
24
+ }