giuseppemartino commited on
Commit
e179a13
1 Parent(s): 0f5de6c

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +9 -9
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,16 +1,16 @@
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,
@@ -22,10 +22,10 @@
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": "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:8b1e8cbb171255976b4c947d2c80ab225eccb9b05852f9e4be77afa38c92b8ef
3
- size 14946189
 
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:99b88b0c196cd27ee3f32300b321ea4f09714fbbaee281f03d287c9d436b69db
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:135782187d7b49174b1979fc6a60c21abd1a1f23cad2ce6156d509ce3c7edaca
3
  size 4091