Commit
·
95ce9c8
1
Parent(s):
67445b9
Training in progress epoch 24
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 |
|
@@ -76,6 +76,7 @@ The following hyperparameters were used during training:
|
|
76 |
| 0.1045 | 0.1099 | 0.7513 | 0.8565 | 0.9664 | 0.6570 | 0.9288 | 0.9835 | 0.4959 | 0.7841 | 0.9739 | 21 |
|
77 |
| 0.1031 | 0.1045 | 0.7511 | 0.8522 | 0.9668 | 0.6398 | 0.9323 | 0.9846 | 0.4911 | 0.7878 | 0.9743 | 22 |
|
78 |
| 0.1038 | 0.1245 | 0.7335 | 0.8535 | 0.9628 | 0.6322 | 0.9488 | 0.9794 | 0.4609 | 0.7683 | 0.9713 | 23 |
|
|
|
79 |
|
80 |
|
81 |
### 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.0989
|
19 |
+
- Validation Loss: 0.1130
|
20 |
+
- Validation Mean Iou: 0.7476
|
21 |
+
- Validation Mean Accuracy: 0.8608
|
22 |
+
- Validation Overall Accuracy: 0.9652
|
23 |
+
- Validation Accuracy Unlabeled: 0.6641
|
24 |
+
- Validation Accuracy Objeto Interes: 0.9372
|
25 |
+
- Validation Accuracy Agua: 0.9813
|
26 |
+
- Validation Iou Unlabeled: 0.4895
|
27 |
+
- Validation Iou Objeto Interes: 0.7805
|
28 |
+
- Validation Iou Agua: 0.9729
|
29 |
+
- Epoch: 24
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
76 |
| 0.1045 | 0.1099 | 0.7513 | 0.8565 | 0.9664 | 0.6570 | 0.9288 | 0.9835 | 0.4959 | 0.7841 | 0.9739 | 21 |
|
77 |
| 0.1031 | 0.1045 | 0.7511 | 0.8522 | 0.9668 | 0.6398 | 0.9323 | 0.9846 | 0.4911 | 0.7878 | 0.9743 | 22 |
|
78 |
| 0.1038 | 0.1245 | 0.7335 | 0.8535 | 0.9628 | 0.6322 | 0.9488 | 0.9794 | 0.4609 | 0.7683 | 0.9713 | 23 |
|
79 |
+
| 0.0989 | 0.1130 | 0.7476 | 0.8608 | 0.9652 | 0.6641 | 0.9372 | 0.9813 | 0.4895 | 0.7805 | 0.9729 | 24 |
|
80 |
|
81 |
|
82 |
### 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:f3a59499341412a2135de45c3bf0721aadb4970942265f79c0a4c8f38cd66c70
|
3 |
size 54991500
|