Transformers
PyTorch
swinv2
Inference Endpoints
File size: 942 Bytes
84ea1a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
60
{
  "architectures": [
    "SwinForPDE"
  ],
  "attention_probs_dropout_prob": 0.0,
  "channel_slice_list_normalized_loss": [
    0,
    1,
    3,
    4
  ],
  "depths": [
    8,
    8,
    8,
    8
  ],
  "drop_path_rate": 0.0,
  "embed_dim": 192,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 1536,
  "image_size": 128,
  "initializer_range": 0.02,
  "layer_norm_eps": 1e-05,
  "learn_residual": false,
  "mlp_ratio": 4.0,
  "model_type": "swinv2",
  "num_channels": 4,
  "num_heads": [
    3,
    6,
    12,
    24
  ],
  "num_layers": 4,
  "num_out_channels": 4,
  "p": 1,
  "patch_size": 4,
  "pretrained_window_sizes": [
    0,
    0,
    0,
    0
  ],
  "qkv_bias": true,
  "residual_model": "convnext",
  "skip_connections": [
    2,
    2,
    2,
    0
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.29.2",
  "use_absolute_embeddings": false,
  "use_conditioning": true,
  "window_size": 16
}