Training in progress epoch 19
Browse files- README.md +12 -11
- 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.9984
|
23 |
-
- Validation Accuracy Unlabeled: 0.
|
24 |
- Validation Accuracy Notlabeled: 0.9998
|
25 |
-
- Validation Accuracy Otherclass: 0.
|
26 |
-
- Validation Accuracy Contrail: 0.
|
27 |
-
- Validation Iou Unlabeled: 0.
|
28 |
- Validation Iou Notlabeled: 0.9984
|
29 |
-
- Validation Iou Otherclass: 0.
|
30 |
-
- Validation Iou Contrail: 0.
|
31 |
-
- Epoch:
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -73,6 +73,7 @@ The following hyperparameters were used during training:
|
|
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 |
| 0.0051 | 0.0050 | 0.5800 | 0.6003 | 0.9984 | 0.6893 | 0.9999 | 0.6644 | 0.0476 | 0.6707 | 0.9984 | 0.6048 | 0.0462 | 17 |
|
75 |
| 0.0048 | 0.0047 | 0.6598 | 0.6878 | 0.9984 | 0.8252 | 0.9998 | 0.7809 | 0.1453 | 0.8013 | 0.9984 | 0.7095 | 0.1298 | 18 |
|
|
|
76 |
|
77 |
|
78 |
### 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.0045
|
19 |
+
- Validation Loss: 0.0045
|
20 |
+
- Validation Mean Iou: 0.6596
|
21 |
+
- Validation Mean Accuracy: 0.7122
|
22 |
- Validation Overall Accuracy: 0.9984
|
23 |
+
- Validation Accuracy Unlabeled: 0.9057
|
24 |
- Validation Accuracy Notlabeled: 0.9998
|
25 |
+
- Validation Accuracy Otherclass: 0.7739
|
26 |
+
- Validation Accuracy Contrail: 0.1693
|
27 |
+
- Validation Iou Unlabeled: 0.8117
|
28 |
- Validation Iou Notlabeled: 0.9984
|
29 |
+
- Validation Iou Otherclass: 0.6774
|
30 |
+
- Validation Iou Contrail: 0.1508
|
31 |
+
- Epoch: 19
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
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 |
| 0.0051 | 0.0050 | 0.5800 | 0.6003 | 0.9984 | 0.6893 | 0.9999 | 0.6644 | 0.0476 | 0.6707 | 0.9984 | 0.6048 | 0.0462 | 17 |
|
75 |
| 0.0048 | 0.0047 | 0.6598 | 0.6878 | 0.9984 | 0.8252 | 0.9998 | 0.7809 | 0.1453 | 0.8013 | 0.9984 | 0.7095 | 0.1298 | 18 |
|
76 |
+
| 0.0045 | 0.0045 | 0.6596 | 0.7122 | 0.9984 | 0.9057 | 0.9998 | 0.7739 | 0.1693 | 0.8117 | 0.9984 | 0.6774 | 0.1508 | 19 |
|
77 |
|
78 |
|
79 |
### 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:c7c934112646f079aa3981e7cdaf90215ed036b77de0408a40d8d7ac2c4efb90
|
3 |
size 15135608
|