giuseppemartino
commited on
Commit
•
e179a13
1
Parent(s):
0f5de6c
Training in progress, epoch 1
Browse files- config.json +9 -9
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "nvidia/mit-
|
3 |
"architectures": [
|
4 |
"SegformerForSemanticSegmentation"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"classifier_dropout_prob": 0.1,
|
8 |
-
"decoder_hidden_size":
|
9 |
"depths": [
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
],
|
15 |
"downsampling_rates": [
|
16 |
1,
|
@@ -22,10 +22,10 @@
|
|
22 |
"hidden_act": "gelu",
|
23 |
"hidden_dropout_prob": 0.0,
|
24 |
"hidden_sizes": [
|
25 |
-
32,
|
26 |
64,
|
27 |
-
|
28 |
-
|
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "background",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nvidia/mit-b2",
|
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,
|
|
|
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": "background",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:606ecaf0a6dc460f903348ddbd38ef4e6489fa15874c7a7b216cfdb1843f0139
|
3 |
+
size 109572861
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:135782187d7b49174b1979fc6a60c21abd1a1f23cad2ce6156d509ce3c7edaca
|
3 |
size 4091
|