AhamadShaik
commited on
Commit
•
a658f87
1
Parent(s):
d8b0ac4
Training in progress epoch 25
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,14 +14,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Dice Coef: 0.
|
19 |
-
- Train Iou: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Dice Coef: 0.
|
22 |
-
- Validation Iou: 0.
|
23 |
-
- Train Lr:
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -72,6 +72,7 @@ The following hyperparameters were used during training:
|
|
72 |
| 0.0518 | 0.8630 | 0.7615 | 0.0487 | 0.8836 | 0.7930 | 1e-04 | 22 |
|
73 |
| 0.0521 | 0.8616 | 0.7595 | 0.0483 | 0.8822 | 0.7908 | 1e-04 | 23 |
|
74 |
| 0.0510 | 0.8634 | 0.7624 | 0.0501 | 0.8814 | 0.7899 | 1e-04 | 24 |
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0485
|
18 |
+
- Train Dice Coef: 0.8703
|
19 |
+
- Train Iou: 0.7728
|
20 |
+
- Validation Loss: 0.0439
|
21 |
+
- Validation Dice Coef: 0.8892
|
22 |
+
- Validation Iou: 0.8018
|
23 |
+
- Train Lr: 5e-06
|
24 |
+
- Epoch: 25
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
72 |
| 0.0518 | 0.8630 | 0.7615 | 0.0487 | 0.8836 | 0.7930 | 1e-04 | 22 |
|
73 |
| 0.0521 | 0.8616 | 0.7595 | 0.0483 | 0.8822 | 0.7908 | 1e-04 | 23 |
|
74 |
| 0.0510 | 0.8634 | 0.7624 | 0.0501 | 0.8814 | 0.7899 | 1e-04 | 24 |
|
75 |
+
| 0.0485 | 0.8703 | 0.7728 | 0.0439 | 0.8892 | 0.8018 | 5e-06 | 25 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 15133664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85d4c3460d68502a3a453cef3592dbbff63b70dc91d7852df100061c2564da56
|
3 |
size 15133664
|