Training in progress epoch 38
Browse files- README.md +11 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,19 +16,19 @@ probably proofread and complete it, then remove this comment. -->
|
|
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.0021
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Validation Mean Iou: 0.
|
21 |
-
- Validation Mean Accuracy: 0.
|
22 |
- Validation Overall Accuracy: 0.9991
|
23 |
- Validation Accuracy Unlabeled: 1.0
|
24 |
-
- Validation Accuracy Notlabeled: 0.
|
25 |
-
- Validation Accuracy Otherclass: 0
|
26 |
-
- Validation Accuracy Contrail: 0.
|
27 |
-
- Validation Iou Unlabeled:
|
28 |
- Validation Iou Notlabeled: 0.9991
|
29 |
-
- Validation Iou Otherclass: 0.
|
30 |
-
- Validation Iou Contrail: 0.
|
31 |
-
- Epoch:
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -92,6 +92,7 @@ The following hyperparameters were used during training:
|
|
92 |
| 0.0022 | 0.0029 | 0.8780 | 0.9016 | 0.9991 | 1.0 | 0.9997 | 0.9931 | 0.6138 | 1.0 | 0.9991 | 0.9903 | 0.5225 | 35 |
|
93 |
| 0.0022 | 0.0030 | 0.8853 | 0.9238 | 0.9991 | 1.0 | 0.9996 | 0.9986 | 0.6969 | 0.9972 | 0.9991 | 0.9965 | 0.5484 | 36 |
|
94 |
| 0.0021 | 0.0030 | 0.8859 | 0.9156 | 0.9991 | 1.0 | 0.9996 | 0.9986 | 0.6641 | 1.0 | 0.9991 | 0.9979 | 0.5466 | 37 |
|
|
|
95 |
|
96 |
|
97 |
### Framework versions
|
|
|
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.0021
|
19 |
+
- Validation Loss: 0.0029
|
20 |
+
- Validation Mean Iou: 0.8865
|
21 |
+
- Validation Mean Accuracy: 0.9165
|
22 |
- Validation Overall Accuracy: 0.9991
|
23 |
- Validation Accuracy Unlabeled: 1.0
|
24 |
+
- Validation Accuracy Notlabeled: 0.9997
|
25 |
+
- Validation Accuracy Otherclass: 1.0
|
26 |
+
- Validation Accuracy Contrail: 0.6662
|
27 |
+
- Validation Iou Unlabeled: 0.9993
|
28 |
- Validation Iou Notlabeled: 0.9991
|
29 |
+
- Validation Iou Otherclass: 0.9952
|
30 |
+
- Validation Iou Contrail: 0.5526
|
31 |
+
- Epoch: 38
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
92 |
| 0.0022 | 0.0029 | 0.8780 | 0.9016 | 0.9991 | 1.0 | 0.9997 | 0.9931 | 0.6138 | 1.0 | 0.9991 | 0.9903 | 0.5225 | 35 |
|
93 |
| 0.0022 | 0.0030 | 0.8853 | 0.9238 | 0.9991 | 1.0 | 0.9996 | 0.9986 | 0.6969 | 0.9972 | 0.9991 | 0.9965 | 0.5484 | 36 |
|
94 |
| 0.0021 | 0.0030 | 0.8859 | 0.9156 | 0.9991 | 1.0 | 0.9996 | 0.9986 | 0.6641 | 1.0 | 0.9991 | 0.9979 | 0.5466 | 37 |
|
95 |
+
| 0.0021 | 0.0029 | 0.8865 | 0.9165 | 0.9991 | 1.0 | 0.9997 | 1.0 | 0.6662 | 0.9993 | 0.9991 | 0.9952 | 0.5526 | 38 |
|
96 |
|
97 |
|
98 |
### 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:ec13d153b10178d3351a6486137194a4f5702b33fb09057f32d6a439d750a397
|
3 |
size 15135608
|