Commit
·
8f75c88
1
Parent(s):
ee1caed
Training in progress epoch 37
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 |
|
@@ -89,6 +89,7 @@ The following hyperparameters were used during training:
|
|
89 |
| 0.0822 | 0.1041 | 0.7645 | 0.8788 | 0.9672 | 0.7170 | 0.9383 | 0.9809 | 0.5161 | 0.8035 | 0.9740 | 34 |
|
90 |
| 0.0803 | 0.0981 | 0.7699 | 0.8721 | 0.9691 | 0.6987 | 0.9334 | 0.9843 | 0.5291 | 0.8046 | 0.9759 | 35 |
|
91 |
| 0.0800 | 0.1018 | 0.7597 | 0.8681 | 0.9678 | 0.6728 | 0.9485 | 0.9830 | 0.5104 | 0.7935 | 0.9752 | 36 |
|
|
|
92 |
|
93 |
|
94 |
### 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.0779
|
19 |
+
- Validation Loss: 0.0975
|
20 |
+
- Validation Mean Iou: 0.7727
|
21 |
+
- Validation Mean Accuracy: 0.8769
|
22 |
+
- Validation Overall Accuracy: 0.9692
|
23 |
+
- Validation Accuracy Unlabeled: 0.7185
|
24 |
+
- Validation Accuracy Objeto Interes: 0.9286
|
25 |
+
- Validation Accuracy Agua: 0.9837
|
26 |
+
- Validation Iou Unlabeled: 0.5349
|
27 |
+
- Validation Iou Objeto Interes: 0.8075
|
28 |
+
- Validation Iou Agua: 0.9757
|
29 |
+
- Epoch: 37
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
89 |
| 0.0822 | 0.1041 | 0.7645 | 0.8788 | 0.9672 | 0.7170 | 0.9383 | 0.9809 | 0.5161 | 0.8035 | 0.9740 | 34 |
|
90 |
| 0.0803 | 0.0981 | 0.7699 | 0.8721 | 0.9691 | 0.6987 | 0.9334 | 0.9843 | 0.5291 | 0.8046 | 0.9759 | 35 |
|
91 |
| 0.0800 | 0.1018 | 0.7597 | 0.8681 | 0.9678 | 0.6728 | 0.9485 | 0.9830 | 0.5104 | 0.7935 | 0.9752 | 36 |
|
92 |
+
| 0.0779 | 0.0975 | 0.7727 | 0.8769 | 0.9692 | 0.7185 | 0.9286 | 0.9837 | 0.5349 | 0.8075 | 0.9757 | 37 |
|
93 |
|
94 |
|
95 |
### 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:fa0fed7ca615eb3130e15db6ab097c8913cd6c768a5ad9e2710467d5fb0e96f2
|
3 |
size 54991500
|