BigLemon commited on
Commit
c2cfda2
·
verified ·
1 Parent(s): 6faee02

Training in progress, step 20

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
26
+ "1": "Asphalt",
27
+ "2": "Dirt",
28
+ "3": "Mud",
29
+ "4": "Water",
30
+ "5": "Gravel",
31
+ "6": "Other-terrain",
32
+ "7": "Tree-trunk",
33
+ "8": "Tree-foliage",
34
+ "9": "Bush",
35
+ "10": "Fence",
36
+ "11": "Structure",
37
+ "12": "Pole",
38
+ "13": "Vehicle",
39
+ "14": "Rock",
40
+ "15": "Log",
41
+ "16": "Other-object",
42
+ "17": "Sky",
43
+ "18": "Grass"
44
+ },
45
+ "image_size": 512,
46
+ "initializer_range": 0.02,
47
+ "label2id": {
48
+ "Asphalt": 1,
49
+ "Bush": 9,
50
+ "Dirt": 2,
51
+ "Fence": 10,
52
+ "Grass": 18,
53
+ "Gravel": 5,
54
+ "Log": 15,
55
+ "Mud": 3,
56
+ "Other-object": 16,
57
+ "Other-terrain": 6,
58
+ "Pole": 12,
59
+ "Rock": 14,
60
+ "Sky": 17,
61
+ "Structure": 11,
62
+ "Tree-foliage": 8,
63
+ "Tree-trunk": 7,
64
+ "Vehicle": 13,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e2b4740869c5348e4522a275f0e0daa4ef93d839f2eb3688f550c4cb54ec98
3
+ size 25536516
runs/Jul17_22-53-16_Jian-PC/events.out.tfevents.1721220797.Jian-PC.31060.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9e59ed08b1712faccb5e24186d29258a57f6337cb74cae1b427f57ac865529d
3
+ size 10581
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b440ed9825213d159bc995a88f7e7d30b889fb5278c3b94474343d0c7a2470
3
+ size 5112