BigLemon commited on
Commit
762f479
·
verified ·
1 Parent(s): b6e5cf9

Training in progress, step 20

Browse files
config.json CHANGED
@@ -1,31 +1,25 @@
1
  {
2
- "_name_or_path": "nvidia/mit-b0",
3
  "architectures": [
4
- "SegformerForSemanticSegmentation"
 
 
 
 
 
 
 
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "classifier_dropout_prob": 0.1,
8
- "decoder_hidden_size": 256,
9
- "depths": [
10
- 2,
11
- 2,
12
- 2,
13
- 2
14
- ],
15
- "downsampling_rates": [
16
- 1,
17
- 4,
18
- 8,
19
- 16
20
- ],
21
- "drop_path_rate": 0.1,
22
- "hidden_act": "gelu",
23
- "hidden_dropout_prob": 0.0,
24
  "hidden_sizes": [
25
- 32,
26
- 64,
27
- 160,
28
- 256
29
  ],
30
  "id2label": {
31
  "0": "void",
@@ -48,7 +42,7 @@
48
  "17": "Sky",
49
  "18": "Grass"
50
  },
51
- "image_size": 224,
52
  "initializer_range": 0.02,
53
  "label2id": {
54
  "Asphalt": 1,
@@ -71,42 +65,24 @@
71
  "Water": 4,
72
  "void": 0
73
  },
74
- "layer_norm_eps": 1e-06,
75
- "mlp_ratios": [
76
- 4,
77
- 4,
78
- 4,
79
- 4
80
- ],
81
- "model_type": "segformer",
82
- "num_attention_heads": [
83
- 1,
84
- 2,
85
- 5,
86
- 8
87
  ],
 
88
  "num_channels": 3,
89
- "num_encoder_blocks": 4,
90
- "patch_sizes": [
91
- 7,
92
- 3,
93
- 3,
94
- 3
95
- ],
96
- "reshape_last_stage": true,
97
  "semantic_loss_ignore_index": 255,
98
- "sr_ratios": [
99
- 8,
100
- 4,
101
- 2,
102
- 1
103
- ],
104
- "strides": [
105
- 4,
106
- 2,
107
- 2,
108
- 2
109
- ],
110
  "torch_dtype": "float32",
111
  "transformers_version": "4.42.3"
112
  }
 
1
  {
2
+ "_name_or_path": "Matthijs/deeplabv3-mobilevit-small",
3
  "architectures": [
4
+ "MobileViTForSemanticSegmentation"
5
+ ],
6
+ "aspp_dropout_prob": 0.1,
7
+ "aspp_out_channels": 256,
8
+ "atrous_rates": [
9
+ 6,
10
+ 12,
11
+ 18
12
  ],
13
  "attention_probs_dropout_prob": 0.0,
14
  "classifier_dropout_prob": 0.1,
15
+ "conv_kernel_size": 3,
16
+ "expand_ratio": 4.0,
17
+ "hidden_act": "silu",
18
+ "hidden_dropout_prob": 0.1,
 
 
 
 
 
 
 
 
 
 
 
 
19
  "hidden_sizes": [
20
+ 144,
21
+ 192,
22
+ 240
 
23
  ],
24
  "id2label": {
25
  "0": "void",
 
42
  "17": "Sky",
43
  "18": "Grass"
44
  },
45
+ "image_size": 512,
46
  "initializer_range": 0.02,
47
  "label2id": {
48
  "Asphalt": 1,
 
65
  "Water": 4,
66
  "void": 0
67
  },
68
+ "layer_norm_eps": 1e-05,
69
+ "mlp_ratio": 2.0,
70
+ "model_type": "mobilevit",
71
+ "neck_hidden_sizes": [
72
+ 16,
73
+ 32,
74
+ 64,
75
+ 96,
76
+ 128,
77
+ 160,
78
+ 640
 
 
79
  ],
80
+ "num_attention_heads": 4,
81
  "num_channels": 3,
82
+ "output_stride": 16,
83
+ "patch_size": 2,
84
+ "qkv_bias": true,
 
 
 
 
 
85
  "semantic_loss_ignore_index": 255,
 
 
 
 
 
 
 
 
 
 
 
 
86
  "torch_dtype": "float32",
87
  "transformers_version": "4.42.3"
88
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f53c380006dea77d7650b2d9d3b2027aed817df45df50fc0904914029eef5d48
3
- size 14902260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549b7d69f035a514d39dca028a3f8724cf0a687494bfc7397097ca84a51b9f6c
3
+ size 25536516
runs/Jul17_21-09-27_Jian-PC/events.out.tfevents.1721214568.Jian-PC.10912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85533d6d26e6dd4fc4f628657cd540fe9113979849e5213f7d2fc307ef068ab
3
+ size 10617
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53492c9b72f91e5e8be5f3ddae16f57ed2206affbebd01cb04067d926f4cef93
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075afd06ab61c36048a7c1af4d9c4a3ed272b4e1273f469f453ad7379ec85dec
3
  size 5176