End of training
Browse files- README.md +4 -1
- all_results.json +28 -0
- test_results.json +23 -0
- train_results.json +8 -0
- trainer_state.json +104 -0
README.md
CHANGED
@@ -3,6 +3,9 @@ library_name: transformers
|
|
3 |
license: other
|
4 |
base_model: facebook/mask2former-swin-tiny-coco-instance
|
5 |
tags:
|
|
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: finetune-instance-segmentation-posture
|
@@ -14,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# finetune-instance-segmentation-posture
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/mask2former-swin-tiny-coco-instance](https://huggingface.co/facebook/mask2former-swin-tiny-coco-instance) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 30.5625
|
20 |
- Map: 0.2089
|
|
|
3 |
license: other
|
4 |
base_model: facebook/mask2former-swin-tiny-coco-instance
|
5 |
tags:
|
6 |
+
- image-segmentation
|
7 |
+
- instance-segmentation
|
8 |
+
- vision
|
9 |
- generated_from_trainer
|
10 |
model-index:
|
11 |
- name: finetune-instance-segmentation-posture
|
|
|
17 |
|
18 |
# finetune-instance-segmentation-posture
|
19 |
|
20 |
+
This model is a fine-tuned version of [facebook/mask2former-swin-tiny-coco-instance](https://huggingface.co/facebook/mask2former-swin-tiny-coco-instance) on the qubvel-hf/ade20k-mini dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 30.5625
|
23 |
- Map: 0.2089
|
all_results.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"test_loss": 30.520662307739258,
|
4 |
+
"test_map": 0.2089,
|
5 |
+
"test_map_50": 0.4081,
|
6 |
+
"test_map_75": 0.1963,
|
7 |
+
"test_map_car": 0.2797,
|
8 |
+
"test_map_large": 0.8115,
|
9 |
+
"test_map_medium": 0.6277,
|
10 |
+
"test_map_person": 0.1381,
|
11 |
+
"test_map_small": 0.1412,
|
12 |
+
"test_mar_1": 0.0944,
|
13 |
+
"test_mar_10": 0.25,
|
14 |
+
"test_mar_100": 0.2879,
|
15 |
+
"test_mar_100_car": 0.3722,
|
16 |
+
"test_mar_100_person": 0.2036,
|
17 |
+
"test_mar_large": 0.8531,
|
18 |
+
"test_mar_medium": 0.7147,
|
19 |
+
"test_mar_small": 0.2137,
|
20 |
+
"test_runtime": 95.4576,
|
21 |
+
"test_samples_per_second": 3.457,
|
22 |
+
"test_steps_per_second": 0.44,
|
23 |
+
"total_flos": 1.787388644818944e+17,
|
24 |
+
"train_loss": 31.292569580078126,
|
25 |
+
"train_runtime": 355.6302,
|
26 |
+
"train_samples_per_second": 8.998,
|
27 |
+
"train_steps_per_second": 0.562
|
28 |
+
}
|
test_results.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"test_loss": 30.520662307739258,
|
4 |
+
"test_map": 0.2089,
|
5 |
+
"test_map_50": 0.4081,
|
6 |
+
"test_map_75": 0.1963,
|
7 |
+
"test_map_car": 0.2797,
|
8 |
+
"test_map_large": 0.8115,
|
9 |
+
"test_map_medium": 0.6277,
|
10 |
+
"test_map_person": 0.1381,
|
11 |
+
"test_map_small": 0.1412,
|
12 |
+
"test_mar_1": 0.0944,
|
13 |
+
"test_mar_10": 0.25,
|
14 |
+
"test_mar_100": 0.2879,
|
15 |
+
"test_mar_100_car": 0.3722,
|
16 |
+
"test_mar_100_person": 0.2036,
|
17 |
+
"test_mar_large": 0.8531,
|
18 |
+
"test_mar_medium": 0.7147,
|
19 |
+
"test_mar_small": 0.2137,
|
20 |
+
"test_runtime": 95.4576,
|
21 |
+
"test_samples_per_second": 3.457,
|
22 |
+
"test_steps_per_second": 0.44
|
23 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"total_flos": 1.787388644818944e+17,
|
4 |
+
"train_loss": 31.292569580078126,
|
5 |
+
"train_runtime": 355.6302,
|
6 |
+
"train_samples_per_second": 8.998,
|
7 |
+
"train_steps_per_second": 0.562
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 200,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"grad_norm": 349.9459228515625,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 34.1337,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_loss": 32.34307861328125,
|
21 |
+
"eval_map": 0.1958,
|
22 |
+
"eval_map_50": 0.3913,
|
23 |
+
"eval_map_75": 0.181,
|
24 |
+
"eval_map_car": 0.2673,
|
25 |
+
"eval_map_large": 0.7775,
|
26 |
+
"eval_map_medium": 0.6051,
|
27 |
+
"eval_map_person": 0.1243,
|
28 |
+
"eval_map_small": 0.1319,
|
29 |
+
"eval_mar_1": 0.0924,
|
30 |
+
"eval_mar_10": 0.2465,
|
31 |
+
"eval_mar_100": 0.2845,
|
32 |
+
"eval_mar_100_car": 0.3689,
|
33 |
+
"eval_mar_100_person": 0.2001,
|
34 |
+
"eval_mar_large": 0.8587,
|
35 |
+
"eval_mar_medium": 0.7094,
|
36 |
+
"eval_mar_small": 0.2104,
|
37 |
+
"eval_runtime": 74.5282,
|
38 |
+
"eval_samples_per_second": 4.428,
|
39 |
+
"eval_steps_per_second": 0.564,
|
40 |
+
"step": 100
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"epoch": 2.0,
|
44 |
+
"grad_norm": 296.57305908203125,
|
45 |
+
"learning_rate": 1e-05,
|
46 |
+
"loss": 28.4514,
|
47 |
+
"step": 200
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 2.0,
|
51 |
+
"eval_loss": 30.562538146972656,
|
52 |
+
"eval_map": 0.2089,
|
53 |
+
"eval_map_50": 0.4081,
|
54 |
+
"eval_map_75": 0.1963,
|
55 |
+
"eval_map_car": 0.2797,
|
56 |
+
"eval_map_large": 0.8115,
|
57 |
+
"eval_map_medium": 0.6277,
|
58 |
+
"eval_map_person": 0.1381,
|
59 |
+
"eval_map_small": 0.1412,
|
60 |
+
"eval_mar_1": 0.0944,
|
61 |
+
"eval_mar_10": 0.25,
|
62 |
+
"eval_mar_100": 0.2879,
|
63 |
+
"eval_mar_100_car": 0.3722,
|
64 |
+
"eval_mar_100_person": 0.2036,
|
65 |
+
"eval_mar_large": 0.8531,
|
66 |
+
"eval_mar_medium": 0.7147,
|
67 |
+
"eval_mar_small": 0.2137,
|
68 |
+
"eval_runtime": 73.4438,
|
69 |
+
"eval_samples_per_second": 4.493,
|
70 |
+
"eval_steps_per_second": 0.572,
|
71 |
+
"step": 200
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"epoch": 2.0,
|
75 |
+
"step": 200,
|
76 |
+
"total_flos": 1.787388644818944e+17,
|
77 |
+
"train_loss": 31.292569580078126,
|
78 |
+
"train_runtime": 355.6302,
|
79 |
+
"train_samples_per_second": 8.998,
|
80 |
+
"train_steps_per_second": 0.562
|
81 |
+
}
|
82 |
+
],
|
83 |
+
"logging_steps": 500,
|
84 |
+
"max_steps": 200,
|
85 |
+
"num_input_tokens_seen": 0,
|
86 |
+
"num_train_epochs": 2,
|
87 |
+
"save_steps": 500,
|
88 |
+
"stateful_callbacks": {
|
89 |
+
"TrainerControl": {
|
90 |
+
"args": {
|
91 |
+
"should_epoch_stop": false,
|
92 |
+
"should_evaluate": false,
|
93 |
+
"should_log": false,
|
94 |
+
"should_save": true,
|
95 |
+
"should_training_stop": true
|
96 |
+
},
|
97 |
+
"attributes": {}
|
98 |
+
}
|
99 |
+
},
|
100 |
+
"total_flos": 1.787388644818944e+17,
|
101 |
+
"train_batch_size": 8,
|
102 |
+
"trial_name": null,
|
103 |
+
"trial_params": null
|
104 |
+
}
|