reannayang commited on
Commit
0e241da
·
1 Parent(s): f148729

End of training

Browse files
Files changed (3) hide show
  1. config.json +86 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "car": 3,
32
+ "curb": 5,
33
+ "grass": 4,
34
+ "rumble strips": 0,
35
+ "through lane": 2,
36
+ "tree": 1
37
+ },
38
+ "image_size": 224,
39
+ "initializer_range": 0.02,
40
+ "label2id": {
41
+ "0": "rumble strips",
42
+ "1": "tree",
43
+ "2": "through lane",
44
+ "3": "car",
45
+ "4": "grass",
46
+ "5": "curb"
47
+ },
48
+ "layer_norm_eps": 1e-06,
49
+ "mlp_ratios": [
50
+ 4,
51
+ 4,
52
+ 4,
53
+ 4
54
+ ],
55
+ "model_type": "segformer",
56
+ "num_attention_heads": [
57
+ 1,
58
+ 2,
59
+ 5,
60
+ 8
61
+ ],
62
+ "num_channels": 3,
63
+ "num_encoder_blocks": 4,
64
+ "patch_sizes": [
65
+ 7,
66
+ 3,
67
+ 3,
68
+ 3
69
+ ],
70
+ "reshape_last_stage": true,
71
+ "semantic_loss_ignore_index": 255,
72
+ "sr_ratios": [
73
+ 8,
74
+ 4,
75
+ 2,
76
+ 1
77
+ ],
78
+ "strides": [
79
+ 4,
80
+ 2,
81
+ 2,
82
+ 2
83
+ ],
84
+ "torch_dtype": "float32",
85
+ "transformers_version": "4.19.2"
86
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed23b63b2192d214a14f28970c426adf19a3c07f8906fe24b4058e8f815afcee
3
+ size 14931169
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40eb85e41c7f45b4ea106cc752e11befcac6d7147ef7b7d566025491dc5ea086
3
+ size 3247