AhamadShaik
commited on
Commit
•
83bcd2c
1
Parent(s):
a43148b
Training in progress epoch 49
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
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.0423
|
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: 6.25e-10
|
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':
|
44 |
- training_precision: float32
|
45 |
|
46 |
### Training results
|
@@ -96,6 +96,7 @@ The following hyperparameters were used during training:
|
|
96 |
| 0.0427 | 0.8817 | 0.7901 | 0.0431 | 0.8896 | 0.8023 | 6.25e-10 | 46 |
|
97 |
| 0.0422 | 0.8825 | 0.7916 | 0.0433 | 0.8895 | 0.8022 | 6.25e-10 | 47 |
|
98 |
| 0.0423 | 0.8823 | 0.7912 | 0.0431 | 0.8897 | 0.8024 | 6.25e-10 | 48 |
|
|
|
99 |
|
100 |
|
101 |
### Framework versions
|
|
|
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.0423
|
18 |
+
- Train Dice Coef: 0.8826
|
19 |
+
- Train Iou: 0.7916
|
20 |
+
- Validation Loss: 0.0433
|
21 |
+
- Validation Dice Coef: 0.8895
|
22 |
+
- Validation Iou: 0.8021
|
23 |
- Train Lr: 6.25e-10
|
24 |
+
- Epoch: 49
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 1e-10, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
44 |
- training_precision: float32
|
45 |
|
46 |
### Training results
|
|
|
96 |
| 0.0427 | 0.8817 | 0.7901 | 0.0431 | 0.8896 | 0.8023 | 6.25e-10 | 46 |
|
97 |
| 0.0422 | 0.8825 | 0.7916 | 0.0433 | 0.8895 | 0.8022 | 6.25e-10 | 47 |
|
98 |
| 0.0423 | 0.8823 | 0.7912 | 0.0431 | 0.8897 | 0.8024 | 6.25e-10 | 48 |
|
99 |
+
| 0.0423 | 0.8826 | 0.7916 | 0.0433 | 0.8895 | 0.8021 | 6.25e-10 | 49 |
|
100 |
|
101 |
|
102 |
### 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:3ad14a877d571c32be4420800ad283cefaadd246f7353a4e9128dce3a37262fa
|
3 |
size 15133664
|