Training in progress epoch 16
Browse files- README.md +14 -13
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,20 +15,20 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
- Validation Loss: 0.0056
|
20 |
-
- Validation Mean Iou: 0.
|
21 |
-
- Validation Mean Accuracy: 0.
|
22 |
-
- Validation Overall Accuracy: 0.
|
23 |
-
- Validation Accuracy Unlabeled: 0.
|
24 |
-
- Validation Accuracy Notlabeled:
|
25 |
-
- Validation Accuracy Otherclass: 0.
|
26 |
-
- Validation Accuracy Contrail: 0.
|
27 |
-
- Validation Iou Unlabeled: 0.
|
28 |
-
- Validation Iou Notlabeled: 0.
|
29 |
-
- Validation Iou Otherclass: 0.
|
30 |
-
- Validation Iou Contrail: 0.
|
31 |
-
- Epoch:
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -70,6 +70,7 @@ The following hyperparameters were used during training:
|
|
70 |
| 0.0073 | 0.0070 | 0.4402 | 0.4781 | 0.9983 | 0.1997 | 0.9999 | 0.6616 | 0.0511 | 0.1978 | 0.9983 | 0.5167 | 0.0479 | 13 |
|
71 |
| 0.0067 | 0.0062 | 0.5049 | 0.5454 | 0.9983 | 0.4868 | 1.0000 | 0.6893 | 0.0057 | 0.4702 | 0.9983 | 0.5456 | 0.0056 | 14 |
|
72 |
| 0.0060 | 0.0056 | 0.5133 | 0.5326 | 0.9983 | 0.4799 | 1.0000 | 0.6283 | 0.0221 | 0.4722 | 0.9983 | 0.5608 | 0.0218 | 15 |
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0055
|
19 |
- Validation Loss: 0.0056
|
20 |
+
- Validation Mean Iou: 0.5975
|
21 |
+
- Validation Mean Accuracy: 0.6504
|
22 |
+
- Validation Overall Accuracy: 0.9984
|
23 |
+
- Validation Accuracy Unlabeled: 0.7018
|
24 |
+
- Validation Accuracy Notlabeled: 0.9999
|
25 |
+
- Validation Accuracy Otherclass: 0.8058
|
26 |
+
- Validation Accuracy Contrail: 0.0942
|
27 |
+
- Validation Iou Unlabeled: 0.6731
|
28 |
+
- Validation Iou Notlabeled: 0.9984
|
29 |
+
- Validation Iou Otherclass: 0.6317
|
30 |
+
- Validation Iou Contrail: 0.0868
|
31 |
+
- Epoch: 16
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
70 |
| 0.0073 | 0.0070 | 0.4402 | 0.4781 | 0.9983 | 0.1997 | 0.9999 | 0.6616 | 0.0511 | 0.1978 | 0.9983 | 0.5167 | 0.0479 | 13 |
|
71 |
| 0.0067 | 0.0062 | 0.5049 | 0.5454 | 0.9983 | 0.4868 | 1.0000 | 0.6893 | 0.0057 | 0.4702 | 0.9983 | 0.5456 | 0.0056 | 14 |
|
72 |
| 0.0060 | 0.0056 | 0.5133 | 0.5326 | 0.9983 | 0.4799 | 1.0000 | 0.6283 | 0.0221 | 0.4722 | 0.9983 | 0.5608 | 0.0218 | 15 |
|
73 |
+
| 0.0055 | 0.0056 | 0.5975 | 0.6504 | 0.9984 | 0.7018 | 0.9999 | 0.8058 | 0.0942 | 0.6731 | 0.9984 | 0.6317 | 0.0868 | 16 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 15135608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dd91dcb786e1ed860d984282599a2dc24a512044dc161e307f0b0d244637058
|
3 |
size 15135608
|