BiliSakura commited on
Commit
91da4b1
·
verified ·
1 Parent(s): a603c14

Update all files for MaRS-Base-SAR

Browse files
Files changed (1) hide show
  1. config.json +56 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Swinv2Model"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 18,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.1,
13
+ "dtype": "float32",
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "image_size": 512,
20
+ "initializer_range": 0.02,
21
+ "layer_norm_eps": 1e-05,
22
+ "mlp_ratio": 4.0,
23
+ "model_type": "swinv2",
24
+ "num_channels": 1,
25
+ "num_heads": [
26
+ 4,
27
+ 8,
28
+ 16,
29
+ 32
30
+ ],
31
+ "num_layers": 4,
32
+ "out_features": [
33
+ "stage4"
34
+ ],
35
+ "out_indices": [
36
+ 4
37
+ ],
38
+ "patch_size": 4,
39
+ "pretrained_window_sizes": [
40
+ 12,
41
+ 12,
42
+ 12,
43
+ 6
44
+ ],
45
+ "qkv_bias": true,
46
+ "stage_names": [
47
+ "stem",
48
+ "stage1",
49
+ "stage2",
50
+ "stage3",
51
+ "stage4"
52
+ ],
53
+ "transformers_version": "5.0.0",
54
+ "use_absolute_embeddings": false,
55
+ "window_size": 16
56
+ }