nateraw commited on
Commit
d9f50d0
1 Parent(s): 9ed6212

Training in progress epoch 45

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.1721
18
- - Validation Loss: 0.4380
19
- - Validation Mean Iou: 0.3659
20
- - Validation Mean Accuracy: 0.4303
21
- - Validation Overall Accuracy: 0.8830
22
- - Validation Per Category Iou: [0. 0.79204009 0.88761045 0.81838271 0.87599756 0.55268285
23
- nan 0.51243018 0.57342413 0.1328 0.86370891 0.12697056
24
- 0. 0.01482085 0. 0.54979459 0. 0.
25
- 0.7440432 0.07280754 0.43229119 0.48547786 0.1754386 nan
26
- 0.04705945 0.29268443 0.28866261 0. 0.86370303 0.73106053
27
- 0.94208474 0.03836815 0.07654387 0.18451303 0. ]
28
- - Validation Per Category Accuracy: [0. 0.91791605 0.9276758 0.9021757 0.9262825 0.70668615
29
- nan 0.6749058 0.79231422 0.1871899 0.94815532 0.13258628
30
- 0. 0.01877063 0. 0.65320205 0. 0.
31
- 0.86297038 0.08255398 0.62974983 0.64313491 0.20172911 nan
32
- 0.05861925 0.36101085 0.32994024 0. 0.9582507 0.8229035
33
- 0.97011706 0.05883881 0.16712557 0.26603474 0. ]
34
- - Epoch: 44
35
 
36
  ## Model description
37
 
@@ -618,6 +618,17 @@ The following hyperparameters were used during training:
618
  0.86297038 0.08255398 0.62974983 0.64313491 0.20172911 nan
619
  0.05861925 0.36101085 0.32994024 0. 0.9582507 0.8229035
620
  0.97011706 0.05883881 0.16712557 0.26603474 0. ] | 44 |
 
 
 
 
 
 
 
 
 
 
 
621
 
622
 
623
  ### 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.1781
18
+ - Validation Loss: 0.4529
19
+ - Validation Mean Iou: 0.3574
20
+ - Validation Mean Accuracy: 0.4191
21
+ - Validation Overall Accuracy: 0.8774
22
+ - Validation Per Category Iou: [0. 0.80590718 0.86988106 0.71453937 0.86614986 0.4249264
23
+ nan 0.47975456 0.54781776 0.09453882 0.84344987 0.10822898
24
+ 0. 0.05507559 0. 0.52010855 0. 0.
25
+ 0.74685485 0.08247778 0.43946981 0.52154191 0.24444444 nan
26
+ 0.03570312 0.29856758 0.28932541 0. 0.86943451 0.76210843
27
+ 0.93975656 0.04628113 0.00666137 0.17955183 0. ]
28
+ - Validation Per Category Accuracy: [0. 0.90777016 0.93538454 0.74532453 0.96011721 0.53476928
29
+ nan 0.67329934 0.81065134 0.10744249 0.95209245 0.16798889
30
+ 0. 0.06311881 0. 0.58061937 0. 0.
31
+ 0.86390726 0.09013307 0.63941956 0.64314678 0.28530259 nan
32
+ 0.04266215 0.38685357 0.33004447 0. 0.94754825 0.87771988
33
+ 0.97640668 0.04758102 0.0090947 0.25304287 0. ]
34
+ - Epoch: 45
35
 
36
  ## Model description
37
 
 
618
  0.86297038 0.08255398 0.62974983 0.64313491 0.20172911 nan
619
  0.05861925 0.36101085 0.32994024 0. 0.9582507 0.8229035
620
  0.97011706 0.05883881 0.16712557 0.26603474 0. ] | 44 |
621
+ | 0.1781 | 0.4529 | 0.3574 | 0.4191 | 0.8774 | [0. 0.80590718 0.86988106 0.71453937 0.86614986 0.4249264
622
+ nan 0.47975456 0.54781776 0.09453882 0.84344987 0.10822898
623
+ 0. 0.05507559 0. 0.52010855 0. 0.
624
+ 0.74685485 0.08247778 0.43946981 0.52154191 0.24444444 nan
625
+ 0.03570312 0.29856758 0.28932541 0. 0.86943451 0.76210843
626
+ 0.93975656 0.04628113 0.00666137 0.17955183 0. ] | [0. 0.90777016 0.93538454 0.74532453 0.96011721 0.53476928
627
+ nan 0.67329934 0.81065134 0.10744249 0.95209245 0.16798889
628
+ 0. 0.06311881 0. 0.58061937 0. 0.
629
+ 0.86390726 0.09013307 0.63941956 0.64314678 0.28530259 nan
630
+ 0.04266215 0.38685357 0.33004447 0. 0.94754825 0.87771988
631
+ 0.97640668 0.04758102 0.0090947 0.25304287 0. ] | 45 |
632
 
633
 
634
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33966b9e03e8038d4b9f3001ad31554d2721f74c38a840a21f5a8510d9183bbc
3
  size 15167588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f36deb2506de683e9ef30a4d7ea112c537ce13c3cd1daf4e4053e37cea35c6a4
3
  size 15167588