nateraw commited on
Commit
a8c60ee
1 Parent(s): 7155fc4

Training in progress epoch 41

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.1750
18
- - Validation Loss: 0.4506
19
- - Validation Mean Iou: 0.3588
20
- - Validation Mean Accuracy: 0.4247
21
- - Validation Overall Accuracy: 0.8777
22
- - Validation Per Category Iou: [0. 0.8085732 0.87850952 0.80281118 0.80588458 0.43532471
23
- nan 0.49235495 0.56953178 0.04144004 0.86063777 0.1253508
24
- 0. 0.29125623 0. 0.56867524 0. 0.
25
- 0.72796854 0.03398534 0.34825502 0.58349517 0.04278075 nan
26
- 0.02356575 0.3145996 0.25091045 0. 0.86821676 0.7616297
27
- 0.94167999 0.0760155 0.01097801 0.17674597 0. ]
28
- - Validation Per Category Accuracy: [0. 0.8587409 0.96059527 0.84914689 0.95691624 0.49065318
29
- nan 0.64206647 0.80599476 0.04330176 0.94759276 0.13288378
30
- 0. 0.49401815 0. 0.68717916 0. 0.
31
- 0.83929688 0.03427065 0.62310627 0.69531488 0.04610951 nan
32
- 0.02716663 0.42729112 0.28005142 0. 0.94607512 0.87723316
33
- 0.97355068 0.11214495 0.02653317 0.23750462 0. ]
34
- - Epoch: 40
35
 
36
  ## Model description
37
 
@@ -574,6 +574,17 @@ The following hyperparameters were used during training:
574
  0.83929688 0.03427065 0.62310627 0.69531488 0.04610951 nan
575
  0.02716663 0.42729112 0.28005142 0. 0.94607512 0.87723316
576
  0.97355068 0.11214495 0.02653317 0.23750462 0. ] | 40 |
 
 
 
 
 
 
 
 
 
 
 
577
 
578
 
579
  ### 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.1856
18
+ - Validation Loss: 0.4630
19
+ - Validation Mean Iou: 0.3468
20
+ - Validation Mean Accuracy: 0.4169
21
+ - Validation Overall Accuracy: 0.8702
22
+ - Validation Per Category Iou: [0. 0.79680775 0.87408906 0.80508886 0.7836208 0.54111501
23
+ nan 0.46906575 0.51571781 0.05906675 0.84646062 0.12752339
24
+ 0. 0.02326951 0. 0.49396166 0. 0.
25
+ 0.70301274 0.10455404 0.36326525 0.45432265 0.00288184 nan
26
+ 0.06241517 0.29796314 0.27257073 0. 0.85824781 0.70264792
27
+ 0.93738763 0.10944047 0.07468448 0.16378606 0. ]
28
+ - Validation Per Category Accuracy: [0. 0.92066362 0.93733642 0.8457505 0.80518061 0.72000372
29
+ nan 0.61879522 0.83036713 0.090212 0.93724404 0.17978977
30
+ 0. 0.03259076 0. 0.52749727 0. 0.
31
+ 0.80827055 0.12335237 0.6834038 0.55220964 0.00288184 nan
32
+ 0.08086247 0.38878944 0.30794886 0. 0.93395437 0.8773043
33
+ 0.97470902 0.14777538 0.20984564 0.21967583 0. ]
34
+ - Epoch: 41
35
 
36
  ## Model description
37
 
 
574
  0.83929688 0.03427065 0.62310627 0.69531488 0.04610951 nan
575
  0.02716663 0.42729112 0.28005142 0. 0.94607512 0.87723316
576
  0.97355068 0.11214495 0.02653317 0.23750462 0. ] | 40 |
577
+ | 0.1856 | 0.4630 | 0.3468 | 0.4169 | 0.8702 | [0. 0.79680775 0.87408906 0.80508886 0.7836208 0.54111501
578
+ nan 0.46906575 0.51571781 0.05906675 0.84646062 0.12752339
579
+ 0. 0.02326951 0. 0.49396166 0. 0.
580
+ 0.70301274 0.10455404 0.36326525 0.45432265 0.00288184 nan
581
+ 0.06241517 0.29796314 0.27257073 0. 0.85824781 0.70264792
582
+ 0.93738763 0.10944047 0.07468448 0.16378606 0. ] | [0. 0.92066362 0.93733642 0.8457505 0.80518061 0.72000372
583
+ nan 0.61879522 0.83036713 0.090212 0.93724404 0.17978977
584
+ 0. 0.03259076 0. 0.52749727 0. 0.
585
+ 0.80827055 0.12335237 0.6834038 0.55220964 0.00288184 nan
586
+ 0.08086247 0.38878944 0.30794886 0. 0.93395437 0.8773043
587
+ 0.97470902 0.14777538 0.20984564 0.21967583 0. ] | 41 |
588
 
589
 
590
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ace38a79d81954f8c5397e82a777919145a4b3c07091baef322d32f0eedfc1b
3
  size 15167588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea6eb4d5571158b6e8b8e3cff15148862107e45ee792cac4e6351c3c3beaeca
3
  size 15167588