apozz commited on
Commit
cbb995a
·
verified ·
1 Parent(s): 4d4592e

Upload moge_vitl_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. moge_vitl_config.json +20 -0
moge_vitl_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder": "dinov2_vitl14",
3
+ "remap_output": "exp",
4
+ "output_mask": true,
5
+ "split_head": true,
6
+ "intermediate_layers": 4,
7
+ "dim_upsample": [
8
+ 256,
9
+ 128,
10
+ 64
11
+ ],
12
+ "dim_times_res_block_hidden": 2,
13
+ "num_res_blocks": 2,
14
+ "trained_area_range": [
15
+ 250000,
16
+ 500000
17
+ ],
18
+ "last_conv_channels": 32,
19
+ "last_conv_size": 1
20
+ }