Commit
·
0f4adcf
1
Parent(s):
642c449
Training in progress epoch 33
Browse files- README.md +13 -12
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,18 +15,18 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [nvidia/mit-b1](https://huggingface.co/nvidia/mit-b1) 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: 0.
|
24 |
-
- Validation Accuracy Objeto Interes: 0.
|
25 |
-
- Validation Accuracy Agua: 0.
|
26 |
-
- Validation Iou Unlabeled: 0.
|
27 |
-
- Validation Iou Objeto Interes: 0.
|
28 |
-
- Validation Iou Agua: 0.
|
29 |
-
- Epoch:
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -85,6 +85,7 @@ The following hyperparameters were used during training:
|
|
85 |
| 0.0919 | 0.1239 | 0.7405 | 0.8590 | 0.9641 | 0.6442 | 0.9526 | 0.9801 | 0.4707 | 0.7784 | 0.9725 | 30 |
|
86 |
| 0.0925 | 0.0990 | 0.7699 | 0.8629 | 0.9696 | 0.6859 | 0.9163 | 0.9865 | 0.5271 | 0.8067 | 0.9761 | 31 |
|
87 |
| 0.0889 | 0.1069 | 0.7563 | 0.8708 | 0.9664 | 0.6864 | 0.9450 | 0.9811 | 0.5038 | 0.7913 | 0.9738 | 32 |
|
|
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [nvidia/mit-b1](https://huggingface.co/nvidia/mit-b1) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0836
|
19 |
+
- Validation Loss: 0.0913
|
20 |
+
- Validation Mean Iou: 0.7707
|
21 |
+
- Validation Mean Accuracy: 0.8617
|
22 |
+
- Validation Overall Accuracy: 0.9702
|
23 |
+
- Validation Accuracy Unlabeled: 0.6714
|
24 |
+
- Validation Accuracy Objeto Interes: 0.9265
|
25 |
+
- Validation Accuracy Agua: 0.9873
|
26 |
+
- Validation Iou Unlabeled: 0.5265
|
27 |
+
- Validation Iou Objeto Interes: 0.8086
|
28 |
+
- Validation Iou Agua: 0.9770
|
29 |
+
- Epoch: 33
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
85 |
| 0.0919 | 0.1239 | 0.7405 | 0.8590 | 0.9641 | 0.6442 | 0.9526 | 0.9801 | 0.4707 | 0.7784 | 0.9725 | 30 |
|
86 |
| 0.0925 | 0.0990 | 0.7699 | 0.8629 | 0.9696 | 0.6859 | 0.9163 | 0.9865 | 0.5271 | 0.8067 | 0.9761 | 31 |
|
87 |
| 0.0889 | 0.1069 | 0.7563 | 0.8708 | 0.9664 | 0.6864 | 0.9450 | 0.9811 | 0.5038 | 0.7913 | 0.9738 | 32 |
|
88 |
+
| 0.0836 | 0.0913 | 0.7707 | 0.8617 | 0.9702 | 0.6714 | 0.9265 | 0.9873 | 0.5265 | 0.8086 | 0.9770 | 33 |
|
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 54991500
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64c8e16ba72d2e281401f3104b5e0a0028795adcfaa51e44afd04301ab21fad1
|
3 |
size 54991500
|