lpiccinelli commited on
Commit
cc3e5aa
1 Parent(s): 8d0e9ce

Upload config_v1_cnvnxtl.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config_v1_cnvnxtl.json +23 -0
config_v1_cnvnxtl.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generic": {
3
+ "seed": 13
4
+ },
5
+ "training": {},
6
+ "data": {
7
+ "image_shape": [462, 616]
8
+ },
9
+ "model": {
10
+ "name": "UniDepthV1",
11
+ "num_heads": 8,
12
+ "expansion": 4,
13
+ "pixel_decoder": {
14
+ "hidden_dim": 512,
15
+ "depths": [3, 2, 1],
16
+ "dropout": 0.0
17
+ },
18
+ "pixel_encoder": {
19
+ "name": "convnext_large",
20
+ "pretrained": null
21
+ }
22
+ }
23
+ }