AhamadShaik
commited on
Commit
·
cf344fc
1
Parent(s):
8faadbf
Training in progress epoch 34
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: 5e-06
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -40,7 +40,7 @@ More information needed
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
-
- optimizer: {'name': 'Adam', 'learning_rate': 5e-
|
44 |
- training_precision: float32
|
45 |
|
46 |
### Training results
|
@@ -81,6 +81,7 @@ The following hyperparameters were used during training:
|
|
81 |
| 0.0436 | 0.8800 | 0.7876 | 0.0429 | 0.8902 | 0.8032 | 5e-06 | 31 |
|
82 |
| 0.0430 | 0.8809 | 0.7890 | 0.0439 | 0.8876 | 0.7992 | 5e-06 | 32 |
|
83 |
| 0.0427 | 0.8812 | 0.7894 | 0.0432 | 0.8892 | 0.8016 | 5e-06 | 33 |
|
|
|
84 |
|
85 |
|
86 |
### 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.0431
|
18 |
+
- Train Dice Coef: 0.8798
|
19 |
+
- Train Iou: 0.7875
|
20 |
+
- Validation Loss: 0.0433
|
21 |
+
- Validation Dice Coef: 0.8895
|
22 |
+
- Validation Iou: 0.8022
|
23 |
- Train Lr: 5e-06
|
24 |
+
- Epoch: 34
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 2.5e-07, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
44 |
- training_precision: float32
|
45 |
|
46 |
### Training results
|
|
|
81 |
| 0.0436 | 0.8800 | 0.7876 | 0.0429 | 0.8902 | 0.8032 | 5e-06 | 31 |
|
82 |
| 0.0430 | 0.8809 | 0.7890 | 0.0439 | 0.8876 | 0.7992 | 5e-06 | 32 |
|
83 |
| 0.0427 | 0.8812 | 0.7894 | 0.0432 | 0.8892 | 0.8016 | 5e-06 | 33 |
|
84 |
+
| 0.0431 | 0.8798 | 0.7875 | 0.0433 | 0.8895 | 0.8022 | 5e-06 | 34 |
|
85 |
|
86 |
|
87 |
### 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:fef00409eff4f7c843c3b31c1e2666f7b7a57e77a7b3d813c3aa9f312a141fd5
|
3 |
size 15133664
|