End of training
Browse files- README.md +3 -1
- all_results.json +18 -0
- eval_results.json +14 -0
- runs/Jan29_14-38-08_gpu-1-102.local/events.out.tfevents.1706564422.gpu-1-102.local.3041.1 +3 -0
- train_results.json +7 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: other
|
3 |
base_model: nvidia/mit-b0
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: segformer-finetuned-biofilm
|
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# segformer-finetuned-biofilm
|
15 |
|
16 |
-
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.3028
|
19 |
- Mean Iou: 0.3319
|
|
|
2 |
license: other
|
3 |
base_model: nvidia/mit-b0
|
4 |
tags:
|
5 |
+
- image-segmentation
|
6 |
+
- vision
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
- name: segformer-finetuned-biofilm
|
|
|
15 |
|
16 |
# segformer-finetuned-biofilm
|
17 |
|
18 |
+
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the heroza/biofilm dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.3028
|
21 |
- Mean Iou: 0.3319
|
all_results.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 588.24,
|
3 |
+
"eval_accuracy_background": NaN,
|
4 |
+
"eval_accuracy_biofilm": 0.6637877137846655,
|
5 |
+
"eval_iou_background": 0.0,
|
6 |
+
"eval_iou_biofilm": 0.6637877137846655,
|
7 |
+
"eval_loss": 0.30277425050735474,
|
8 |
+
"eval_mean_accuracy": 0.6637877137846655,
|
9 |
+
"eval_mean_iou": 0.33189385689233275,
|
10 |
+
"eval_overall_accuracy": 0.6637877137846655,
|
11 |
+
"eval_runtime": 31.0702,
|
12 |
+
"eval_samples_per_second": 1.062,
|
13 |
+
"eval_steps_per_second": 0.161,
|
14 |
+
"train_loss": 0.09432867639064789,
|
15 |
+
"train_runtime": 25291.9043,
|
16 |
+
"train_samples_per_second": 3.163,
|
17 |
+
"train_steps_per_second": 0.395
|
18 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 588.24,
|
3 |
+
"eval_accuracy_background": NaN,
|
4 |
+
"eval_accuracy_biofilm": 0.6637877137846655,
|
5 |
+
"eval_iou_background": 0.0,
|
6 |
+
"eval_iou_biofilm": 0.6637877137846655,
|
7 |
+
"eval_loss": 0.30277425050735474,
|
8 |
+
"eval_mean_accuracy": 0.6637877137846655,
|
9 |
+
"eval_mean_iou": 0.33189385689233275,
|
10 |
+
"eval_overall_accuracy": 0.6637877137846655,
|
11 |
+
"eval_runtime": 31.0702,
|
12 |
+
"eval_samples_per_second": 1.062,
|
13 |
+
"eval_steps_per_second": 0.161
|
14 |
+
}
|
runs/Jan29_14-38-08_gpu-1-102.local/events.out.tfevents.1706564422.gpu-1-102.local.3041.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72fd1b18882e69d02fb9305ec74125b5bd653728f8cac6dc7daaab85fe4a1ce2
|
3 |
+
size 764
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 588.24,
|
3 |
+
"train_loss": 0.09432867639064789,
|
4 |
+
"train_runtime": 25291.9043,
|
5 |
+
"train_samples_per_second": 3.163,
|
6 |
+
"train_steps_per_second": 0.395
|
7 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|