End of training
Browse files- README.md +0 -0
- config.json +88 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
README.md
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/segformer-b2-finetuned-ade-512-512",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 768,
|
9 |
+
"depths": [
|
10 |
+
3,
|
11 |
+
4,
|
12 |
+
6,
|
13 |
+
3
|
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 |
+
64,
|
26 |
+
128,
|
27 |
+
320,
|
28 |
+
512
|
29 |
+
],
|
30 |
+
"id2label": {
|
31 |
+
"0": "water",
|
32 |
+
"1": "whitewater",
|
33 |
+
"2": "sediment",
|
34 |
+
"3": "other_natural_terrain",
|
35 |
+
"4": "vegetation",
|
36 |
+
"5": "development",
|
37 |
+
"6": "unknown"
|
38 |
+
},
|
39 |
+
"image_size": 224,
|
40 |
+
"initializer_range": 0.02,
|
41 |
+
"label2id": {
|
42 |
+
"development": 5,
|
43 |
+
"other_natural_terrain": 3,
|
44 |
+
"sediment": 2,
|
45 |
+
"unknown": 6,
|
46 |
+
"vegetation": 4,
|
47 |
+
"water": 0,
|
48 |
+
"whitewater": 1
|
49 |
+
},
|
50 |
+
"layer_norm_eps": 1e-06,
|
51 |
+
"mlp_ratios": [
|
52 |
+
4,
|
53 |
+
4,
|
54 |
+
4,
|
55 |
+
4
|
56 |
+
],
|
57 |
+
"model_type": "segformer",
|
58 |
+
"num_attention_heads": [
|
59 |
+
1,
|
60 |
+
2,
|
61 |
+
5,
|
62 |
+
8
|
63 |
+
],
|
64 |
+
"num_channels": 3,
|
65 |
+
"num_encoder_blocks": 4,
|
66 |
+
"patch_sizes": [
|
67 |
+
7,
|
68 |
+
3,
|
69 |
+
3,
|
70 |
+
3
|
71 |
+
],
|
72 |
+
"reshape_last_stage": true,
|
73 |
+
"semantic_loss_ignore_index": 255,
|
74 |
+
"sr_ratios": [
|
75 |
+
8,
|
76 |
+
4,
|
77 |
+
2,
|
78 |
+
1
|
79 |
+
],
|
80 |
+
"strides": [
|
81 |
+
4,
|
82 |
+
2,
|
83 |
+
2,
|
84 |
+
2
|
85 |
+
],
|
86 |
+
"torch_dtype": "float32",
|
87 |
+
"transformers_version": "4.33.0"
|
88 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60f9137a0601b3d46df1c3a89b3f0873542027aa5c50aaf96b7acc75fbf3a8fd
|
3 |
+
size 109545149
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c40a7da312b26e973f718ac3fca5a4b4f93b50c36cc289a66f1f6a31fad76f6
|
3 |
+
size 4155
|