Training in progress epoch 47
Browse files- README.md +8 -7
- 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.0017
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Validation Mean Iou: 0.
|
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:
|
26 |
-
- Validation Accuracy Contrail: 0.
|
27 |
- Validation Iou Unlabeled: 1.0
|
28 |
- Validation Iou Notlabeled: 0.9992
|
29 |
-
- Validation Iou Otherclass:
|
30 |
-
- Validation Iou Contrail: 0.
|
31 |
-
- Epoch:
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -101,6 +101,7 @@ The following hyperparameters were used during training:
|
|
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
|
|
|
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.0029
|
20 |
+
- Validation Mean Iou: 0.9043
|
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: 0.9986
|
26 |
+
- Validation Accuracy Contrail: 0.7466
|
27 |
- Validation Iou Unlabeled: 1.0
|
28 |
- Validation Iou Notlabeled: 0.9992
|
29 |
+
- Validation Iou Otherclass: 0.9979
|
30 |
+
- Validation Iou Contrail: 0.6202
|
31 |
+
- Epoch: 47
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
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 |
+
| 0.0017 | 0.0029 | 0.9043 | 0.9362 | 0.9992 | 1.0 | 0.9997 | 0.9986 | 0.7466 | 1.0 | 0.9992 | 0.9979 | 0.6202 | 47 |
|
105 |
|
106 |
|
107 |
### 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:4f68ad7c2b3f61ec76a4c0e63568d39167d3510f2a7c52eb9aa6232d11408d79
|
3 |
size 15135608
|