jpodivin commited on
Commit
acedcad
1 Parent(s): a7a4235

End of training

Browse files
Files changed (5) hide show
  1. README.md +3 -1
  2. all_results.json +25 -0
  3. eval_results.json +21 -0
  4. train_results.json +7 -0
  5. trainer_state.json +0 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: mit
3
  base_model: openmmlab/upernet-convnext-small
4
  tags:
 
 
5
  - generated_from_trainer
6
  model-index:
7
  - name: upernet-convnext-small-finetuned
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # upernet-convnext-small-finetuned
15
 
16
- This model is a fine-tuned version of [openmmlab/upernet-convnext-small](https://huggingface.co/openmmlab/upernet-convnext-small) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.2874
19
  - Mean Iou: 0.4231
 
2
  license: mit
3
  base_model: openmmlab/upernet-convnext-small
4
  tags:
5
+ - image-segmentation
6
+ - vision
7
  - generated_from_trainer
8
  model-index:
9
  - name: upernet-convnext-small-finetuned
 
15
 
16
  # upernet-convnext-small-finetuned
17
 
18
+ This model is a fine-tuned version of [openmmlab/upernet-convnext-small](https://huggingface.co/openmmlab/upernet-convnext-small) on the jpodivin/plantorgans dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.2874
21
  - Mean Iou: 0.4231
all_results.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy_Flower": 0.0,
4
+ "eval_accuracy_Fruit": 0.8642061740279863,
5
+ "eval_accuracy_Leaf": 0.7167276511452706,
6
+ "eval_accuracy_Stem": 0.5563431060988867,
7
+ "eval_accuracy_void": NaN,
8
+ "eval_iou_Flower": 0.0,
9
+ "eval_iou_Fruit": 0.8604970362487987,
10
+ "eval_iou_Leaf": 0.7107696156044375,
11
+ "eval_iou_Stem": 0.544019147132753,
12
+ "eval_iou_void": 0.0,
13
+ "eval_loss": 0.2873678207397461,
14
+ "eval_mean_accuracy": 0.5343192328180358,
15
+ "eval_mean_iou": 0.4230571597971979,
16
+ "eval_median_iou": 0.5440191626548767,
17
+ "eval_overall_accuracy": 0.7437177825812409,
18
+ "eval_runtime": 718.6938,
19
+ "eval_samples_per_second": 1.999,
20
+ "eval_steps_per_second": 0.2,
21
+ "train_loss": 0.3622851570447286,
22
+ "train_runtime": 4827.2765,
23
+ "train_samples_per_second": 3.57,
24
+ "train_steps_per_second": 0.357
25
+ }
eval_results.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy_Flower": 0.0,
4
+ "eval_accuracy_Fruit": 0.8642061740279863,
5
+ "eval_accuracy_Leaf": 0.7167276511452706,
6
+ "eval_accuracy_Stem": 0.5563431060988867,
7
+ "eval_accuracy_void": NaN,
8
+ "eval_iou_Flower": 0.0,
9
+ "eval_iou_Fruit": 0.8604970362487987,
10
+ "eval_iou_Leaf": 0.7107696156044375,
11
+ "eval_iou_Stem": 0.544019147132753,
12
+ "eval_iou_void": 0.0,
13
+ "eval_loss": 0.2873678207397461,
14
+ "eval_mean_accuracy": 0.5343192328180358,
15
+ "eval_mean_iou": 0.4230571597971979,
16
+ "eval_median_iou": 0.5440191626548767,
17
+ "eval_overall_accuracy": 0.7437177825812409,
18
+ "eval_runtime": 718.6938,
19
+ "eval_samples_per_second": 1.999,
20
+ "eval_steps_per_second": 0.2
21
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.3622851570447286,
4
+ "train_runtime": 4827.2765,
5
+ "train_samples_per_second": 3.57,
6
+ "train_steps_per_second": 0.357
7
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff