Training in progress epoch 31
Browse files- README.md +15 -14
- 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.
|
23 |
-
- Validation Accuracy Unlabeled:
|
24 |
-
- Validation Accuracy Notlabeled: 0.
|
25 |
-
- Validation Accuracy Otherclass: 0.
|
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 |
|
@@ -85,6 +85,7 @@ The following hyperparameters were used during training:
|
|
85 |
| 0.0029 | 0.0033 | 0.8431 | 0.8689 | 0.9988 | 0.9917 | 0.9997 | 0.9834 | 0.5011 | 0.9910 | 0.9988 | 0.9653 | 0.4172 | 28 |
|
86 |
| 0.0027 | 0.0034 | 0.8337 | 0.8539 | 0.9988 | 0.9945 | 0.9997 | 0.9875 | 0.4341 | 0.9945 | 0.9988 | 0.9648 | 0.3767 | 29 |
|
87 |
| 0.0027 | 0.0033 | 0.8518 | 0.8834 | 0.9988 | 1.0 | 0.9996 | 0.9931 | 0.5411 | 0.9972 | 0.9988 | 0.9802 | 0.4311 | 30 |
|
|
|
88 |
|
89 |
|
90 |
### 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.0025
|
19 |
+
- Validation Loss: 0.0031
|
20 |
+
- Validation Mean Iou: 0.8622
|
21 |
+
- Validation Mean Accuracy: 0.8848
|
22 |
+
- Validation Overall Accuracy: 0.9990
|
23 |
+
- Validation Accuracy Unlabeled: 0.9986
|
24 |
+
- Validation Accuracy Notlabeled: 0.9997
|
25 |
+
- Validation Accuracy Otherclass: 0.9958
|
26 |
+
- Validation Accuracy Contrail: 0.5449
|
27 |
+
- Validation Iou Unlabeled: 0.9986
|
28 |
+
- Validation Iou Notlabeled: 0.9990
|
29 |
+
- Validation Iou Otherclass: 0.9890
|
30 |
+
- Validation Iou Contrail: 0.4622
|
31 |
+
- Epoch: 31
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
85 |
| 0.0029 | 0.0033 | 0.8431 | 0.8689 | 0.9988 | 0.9917 | 0.9997 | 0.9834 | 0.5011 | 0.9910 | 0.9988 | 0.9653 | 0.4172 | 28 |
|
86 |
| 0.0027 | 0.0034 | 0.8337 | 0.8539 | 0.9988 | 0.9945 | 0.9997 | 0.9875 | 0.4341 | 0.9945 | 0.9988 | 0.9648 | 0.3767 | 29 |
|
87 |
| 0.0027 | 0.0033 | 0.8518 | 0.8834 | 0.9988 | 1.0 | 0.9996 | 0.9931 | 0.5411 | 0.9972 | 0.9988 | 0.9802 | 0.4311 | 30 |
|
88 |
+
| 0.0025 | 0.0031 | 0.8622 | 0.8848 | 0.9990 | 0.9986 | 0.9997 | 0.9958 | 0.5449 | 0.9986 | 0.9990 | 0.9890 | 0.4622 | 31 |
|
89 |
|
90 |
|
91 |
### 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:184951e82e7a0aaf38d5e73931c70a7673ef937890fc263a6686ab776c65d693
|
3 |
size 15135608
|