File size: 823 Bytes
baa0dbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "architectures": [
    "AlignVisionModel"
  ],
  "batch_norm_eps": 0.001,
  "batch_norm_momentum": 0.99,
  "depth_coefficient": 3.1,
  "depth_divisor": 8,
  "depthwise_padding": [],
  "drop_connect_rate": 0.2,
  "dtype": "float32",
  "expand_ratios": [
    1,
    6,
    6
  ],
  "hidden_act": "gelu",
  "hidden_dim": 64,
  "image_size": 600,
  "in_channels": [
    32,
    16,
    24
  ],
  "initializer_range": 0.02,
  "kernel_sizes": [
    3,
    3,
    5
  ],
  "model_type": "align_vision_model",
  "num_block_repeats": [
    1,
    1,
    2
  ],
  "num_channels": 3,
  "num_hidden_layers": 16,
  "out_channels": [
    16,
    24,
    30
  ],
  "pooling_type": "mean",
  "squeeze_expansion_ratio": 0.25,
  "strides": [
    1,
    1,
    2
  ],
  "transformers_version": "5.15.0.dev0",
  "width_coefficient": 2.0
}