Training in progress epoch 39
Browse files- README.md +12 -11
- 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.
|
23 |
- Validation Accuracy Unlabeled: 1.0
|
24 |
- Validation Accuracy Notlabeled: 0.9997
|
25 |
-
- Validation Accuracy Otherclass:
|
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 |
|
@@ -93,6 +93,7 @@ The following hyperparameters were used during training:
|
|
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
|
|
|
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.0028
|
20 |
+
- Validation Mean Iou: 0.8932
|
21 |
+
- Validation Mean Accuracy: 0.9227
|
22 |
+
- Validation Overall Accuracy: 0.9992
|
23 |
- Validation Accuracy Unlabeled: 1.0
|
24 |
- Validation Accuracy Notlabeled: 0.9997
|
25 |
+
- Validation Accuracy Otherclass: 0.9986
|
26 |
+
- Validation Accuracy Contrail: 0.6926
|
27 |
+
- Validation Iou Unlabeled: 1.0
|
28 |
+
- Validation Iou Notlabeled: 0.9992
|
29 |
+
- Validation Iou Otherclass: 0.9965
|
30 |
+
- Validation Iou Contrail: 0.5771
|
31 |
+
- Epoch: 39
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
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 |
+
| 0.0021 | 0.0028 | 0.8932 | 0.9227 | 0.9992 | 1.0 | 0.9997 | 0.9986 | 0.6926 | 1.0 | 0.9992 | 0.9965 | 0.5771 | 39 |
|
97 |
|
98 |
|
99 |
### 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:2e5e3a5942d74412cb8242c8615019cf23da442a06cce85aba3e7894c709d379
|
3 |
size 15135608
|