sayakpaul HF staff commited on
Commit
5953214
·
1 Parent(s): 0a49d43

Training in progress epoch 46

Browse files
Files changed (2) hide show
  1. README.md +29 -18
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,24 +14,24 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.1590
18
- - Validation Loss: 0.6293
19
- - Validation Mean Iou: 0.3558
20
- - Validation Mean Accuracy: 0.4234
21
- - Validation Overall Accuracy: 0.8606
22
- - Validation Per Category Iou: [0. 0.74163869 0.88205204 0.54911739 0.60879969 0.37575291
23
- nan 0.46671858 0.52160161 0.13121611 0.83434189 0.00456944
24
- 0. nan 0. 0.59455616 0. 0.00535738
25
- 0.72723539 0.15986011 0.48674166 0.28348327 0.23636364 nan
26
- 0.00303434 0.38082673 0.25664616 0. 0.86353231 0.83595976
27
- 0.92501318 0.00548342 0.22462229 0.28217572 0. ]
28
- - Validation Per Category Accuracy: [0. 0.85255257 0.95625352 0.65040542 0.67091775 0.50593133
29
- nan 0.64781137 0.68074142 0.14412933 0.93374747 0.00556994
30
- 0. nan 0. 0.71512586 0. 0.00567867
31
- 0.90468613 0.17960125 0.64272168 0.30710121 0.29799427 nan
32
- 0.00574713 0.47478367 0.32006339 0. 0.95706686 0.91493821
33
- 0.96762029 0.01068411 0.44744445 0.34790366 0. ]
34
- - Epoch: 45
35
 
36
  ## Model description
37
 
@@ -641,6 +641,17 @@ The following hyperparameters were used during training:
641
  0.90468613 0.17960125 0.64272168 0.30710121 0.29799427 nan
642
  0.00574713 0.47478367 0.32006339 0. 0.95706686 0.91493821
643
  0.96762029 0.01068411 0.44744445 0.34790366 0. ] | 45 |
 
 
 
 
 
 
 
 
 
 
 
644
 
645
 
646
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.1583
18
+ - Validation Loss: 0.6668
19
+ - Validation Mean Iou: 0.3453
20
+ - Validation Mean Accuracy: 0.4290
21
+ - Validation Overall Accuracy: 0.8570
22
+ - Validation Per Category Iou: [0. 0.73912322 0.88184035 0.54202375 0.61989079 0.33733122
23
+ nan 0.47375403 0.53749898 0.12581496 0.8420281 0.04242981
24
+ 0. 0. 0.03156768 0.60852625 0. 0.03146446
25
+ 0.72119287 0.1604611 0.43005717 0.28221047 0.19100237 nan
26
+ 0. 0.38758683 0.27132107 0. 0.86228214 0.81115316
27
+ 0.92821964 0.01429115 0.21712915 0.30522837 0. ]
28
+ - Validation Per Category Accuracy: [0. 0.82547277 0.95706472 0.64436493 0.74909042 0.46153021
29
+ nan 0.62990635 0.75593544 0.14339195 0.92848243 0.06887895
30
+ 0. nan 0.03164387 0.73716412 0. 0.03365651
31
+ 0.90908329 0.16610923 0.54632489 0.32057627 0.23113658 nan
32
+ 0. 0.47346874 0.37026941 0. 0.93536071 0.94649997
33
+ 0.9651882 0.0336998 0.46694641 0.39575856 0. ]
34
+ - Epoch: 46
35
 
36
  ## Model description
37
 
 
641
  0.90468613 0.17960125 0.64272168 0.30710121 0.29799427 nan
642
  0.00574713 0.47478367 0.32006339 0. 0.95706686 0.91493821
643
  0.96762029 0.01068411 0.44744445 0.34790366 0. ] | 45 |
644
+ | 0.1583 | 0.6668 | 0.3453 | 0.4290 | 0.8570 | [0. 0.73912322 0.88184035 0.54202375 0.61989079 0.33733122
645
+ nan 0.47375403 0.53749898 0.12581496 0.8420281 0.04242981
646
+ 0. 0. 0.03156768 0.60852625 0. 0.03146446
647
+ 0.72119287 0.1604611 0.43005717 0.28221047 0.19100237 nan
648
+ 0. 0.38758683 0.27132107 0. 0.86228214 0.81115316
649
+ 0.92821964 0.01429115 0.21712915 0.30522837 0. ] | [0. 0.82547277 0.95706472 0.64436493 0.74909042 0.46153021
650
+ nan 0.62990635 0.75593544 0.14339195 0.92848243 0.06887895
651
+ 0. nan 0.03164387 0.73716412 0. 0.03365651
652
+ 0.90908329 0.16610923 0.54632489 0.32057627 0.23113658 nan
653
+ 0. 0.47346874 0.37026941 0. 0.93536071 0.94649997
654
+ 0.9651882 0.0336998 0.46694641 0.39575856 0. ] | 46 |
655
 
656
 
657
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de7768edd8e4ba5dd6fcff34aa492d8dcc0e77af738dca9a31f680dc627ac8b0
3
  size 15167588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a658c5e45431273ad86bc047e34d2fd388f9676801f4c073040841cb70eead8a
3
  size 15167588