Training in progress epoch 46
Browse files- README.md +10 -9
- 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.
|
20 |
-
- Validation Mean Iou: 0.
|
21 |
-
- Validation Mean Accuracy: 0.
|
22 |
- Validation Overall Accuracy: 0.9992
|
23 |
- Validation Accuracy Unlabeled: 1.0
|
24 |
-
- Validation Accuracy Notlabeled: 0.
|
25 |
- Validation Accuracy Otherclass: 1.0
|
26 |
-
- Validation Accuracy Contrail: 0.
|
27 |
- Validation Iou Unlabeled: 1.0
|
28 |
- Validation Iou Notlabeled: 0.9992
|
29 |
-
- Validation Iou Otherclass: 0
|
30 |
-
- Validation Iou Contrail: 0.
|
31 |
-
- Epoch:
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -100,6 +100,7 @@ The following hyperparameters were used during training:
|
|
100 |
| 0.0019 | 0.0028 | 0.8945 | 0.9174 | 0.9992 | 1.0 | 0.9997 | 0.9986 | 0.6713 | 1.0 | 0.9992 | 0.9979 | 0.5807 | 43 |
|
101 |
| 0.0018 | 0.0027 | 0.9009 | 0.9327 | 0.9992 | 1.0 | 0.9997 | 0.9986 | 0.7324 | 1.0 | 0.9992 | 0.9979 | 0.6065 | 44 |
|
102 |
| 0.0019 | 0.0027 | 0.9028 | 0.9385 | 0.9992 | 1.0 | 0.9996 | 1.0 | 0.7543 | 1.0 | 0.9992 | 0.9993 | 0.6125 | 45 |
|
|
|
103 |
|
104 |
|
105 |
### 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.0017
|
19 |
+
- Validation Loss: 0.0028
|
20 |
+
- Validation Mean Iou: 0.9048
|
21 |
+
- Validation Mean Accuracy: 0.9362
|
22 |
- Validation Overall Accuracy: 0.9992
|
23 |
- Validation Accuracy Unlabeled: 1.0
|
24 |
+
- Validation Accuracy Notlabeled: 0.9997
|
25 |
- Validation Accuracy Otherclass: 1.0
|
26 |
+
- Validation Accuracy Contrail: 0.7453
|
27 |
- Validation Iou Unlabeled: 1.0
|
28 |
- Validation Iou Notlabeled: 0.9992
|
29 |
+
- Validation Iou Otherclass: 1.0
|
30 |
+
- Validation Iou Contrail: 0.6199
|
31 |
+
- Epoch: 46
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
100 |
| 0.0019 | 0.0028 | 0.8945 | 0.9174 | 0.9992 | 1.0 | 0.9997 | 0.9986 | 0.6713 | 1.0 | 0.9992 | 0.9979 | 0.5807 | 43 |
|
101 |
| 0.0018 | 0.0027 | 0.9009 | 0.9327 | 0.9992 | 1.0 | 0.9997 | 0.9986 | 0.7324 | 1.0 | 0.9992 | 0.9979 | 0.6065 | 44 |
|
102 |
| 0.0019 | 0.0027 | 0.9028 | 0.9385 | 0.9992 | 1.0 | 0.9996 | 1.0 | 0.7543 | 1.0 | 0.9992 | 0.9993 | 0.6125 | 45 |
|
103 |
+
| 0.0017 | 0.0028 | 0.9048 | 0.9362 | 0.9992 | 1.0 | 0.9997 | 1.0 | 0.7453 | 1.0 | 0.9992 | 1.0 | 0.6199 | 46 |
|
104 |
|
105 |
|
106 |
### 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:6b5ab3d264926fec9bc0464495f7d2eec67485fd1f972702e2c8853145c2d8eb
|
3 |
size 15135608
|