nielsr HF staff commited on
Commit
f35eb8c
1 Parent(s): 4e285a7
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. config.json +73 -0
  3. pytorch_model.bin +3 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GLPNForDepthEstimation"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "channels_in": [
7
+ 512,
8
+ 320,
9
+ 128
10
+ ],
11
+ "channels_out": 64,
12
+ "classifier_dropout_prob": 0.1,
13
+ "decoder_hidden_size": 768,
14
+ "depths": [
15
+ 3,
16
+ 8,
17
+ 27,
18
+ 3
19
+ ],
20
+ "downsampling_rates": [
21
+ 1,
22
+ 4,
23
+ 8,
24
+ 16
25
+ ],
26
+ "drop_path_rate": 0.1,
27
+ "hidden_act": "gelu",
28
+ "hidden_dropout_prob": 0.0,
29
+ "hidden_sizes": [
30
+ 64,
31
+ 128,
32
+ 320,
33
+ 512
34
+ ],
35
+ "image_size": 224,
36
+ "initializer_range": 0.02,
37
+ "layer_norm_eps": 1e-06,
38
+ "mlp_ratios": [
39
+ 4,
40
+ 4,
41
+ 4,
42
+ 4
43
+ ],
44
+ "model_type": "glpn",
45
+ "num_attention_heads": [
46
+ 1,
47
+ 2,
48
+ 5,
49
+ 8
50
+ ],
51
+ "num_channels": 3,
52
+ "num_encoder_blocks": 4,
53
+ "patch_sizes": [
54
+ 7,
55
+ 3,
56
+ 3,
57
+ 3
58
+ ],
59
+ "sr_ratios": [
60
+ 8,
61
+ 4,
62
+ 2,
63
+ 1
64
+ ],
65
+ "strides": [
66
+ 4,
67
+ 2,
68
+ 2,
69
+ 2
70
+ ],
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.17.0.dev0"
73
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0beac8b49b54285591bdd569bdcfa32021f981d33d018c52bdd67a625fefd06
3
+ size 245256425