End of training
Browse files- README.md +4 -1
- all_results.json +38 -0
- runs/Mar16_21-33-38_dcc3090/events.out.tfevents.1742159908.dcc3090.3649324.1 +3 -0
- test_results.json +33 -0
- train_results.json +8 -0
- trainer_state.json +453 -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-mini-mask2former_augmentation_default_backboneFrozen
|
@@ -14,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# finetune-instance-segmentation-mini-mask2former_augmentation_default_backboneFrozen
|
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: 19.5597
|
20 |
- Map: 0.4279
|
|
|
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-mini-mask2former_augmentation_default_backboneFrozen
|
|
|
17 |
|
18 |
# finetune-instance-segmentation-mini-mask2former_augmentation_default_backboneFrozen
|
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 jsalavedra/strawberry_disease dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 19.5597
|
23 |
- Map: 0.4279
|
all_results.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"test_loss": 19.58067512512207,
|
4 |
+
"test_map": 0.4279,
|
5 |
+
"test_map_50": 0.592,
|
6 |
+
"test_map_75": 0.476,
|
7 |
+
"test_map_Angular Leafspot": 0.162,
|
8 |
+
"test_map_Anthracnose Fruit Rot": 0.1562,
|
9 |
+
"test_map_Blossom Blight": 0.6367,
|
10 |
+
"test_map_Gray Mold": 0.4846,
|
11 |
+
"test_map_Leaf Spot": 0.7665,
|
12 |
+
"test_map_Powdery Mildew Fruit": 0.1744,
|
13 |
+
"test_map_Powdery Mildew Leaf": 0.6152,
|
14 |
+
"test_map_large": 0.4955,
|
15 |
+
"test_map_medium": 0.2838,
|
16 |
+
"test_map_small": 0.3002,
|
17 |
+
"test_mar_1": 0.3752,
|
18 |
+
"test_mar_10": 0.7188,
|
19 |
+
"test_mar_100": 0.7682,
|
20 |
+
"test_mar_100_Angular Leafspot": 0.7154,
|
21 |
+
"test_mar_100_Anthracnose Fruit Rot": 0.6118,
|
22 |
+
"test_mar_100_Blossom Blight": 0.7455,
|
23 |
+
"test_mar_100_Gray Mold": 0.7259,
|
24 |
+
"test_mar_100_Leaf Spot": 0.9253,
|
25 |
+
"test_mar_100_Powdery Mildew Fruit": 0.8056,
|
26 |
+
"test_mar_100_Powdery Mildew Leaf": 0.8478,
|
27 |
+
"test_mar_large": 0.8285,
|
28 |
+
"test_mar_medium": 0.5977,
|
29 |
+
"test_mar_small": 0.45,
|
30 |
+
"test_runtime": 133.5566,
|
31 |
+
"test_samples_per_second": 2.299,
|
32 |
+
"test_steps_per_second": 0.292,
|
33 |
+
"total_flos": 2.480418157142016e+18,
|
34 |
+
"train_loss": 26.135735748626374,
|
35 |
+
"train_runtime": 2536.3615,
|
36 |
+
"train_samples_per_second": 5.717,
|
37 |
+
"train_steps_per_second": 0.359
|
38 |
+
}
|
runs/Mar16_21-33-38_dcc3090/events.out.tfevents.1742159908.dcc3090.3649324.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c0204bdc4c98d0e4ca2a133d487d4c6bc07957282e8efd169597afaaee3e48
|
3 |
+
size 1892
|
test_results.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"test_loss": 19.58067512512207,
|
4 |
+
"test_map": 0.4279,
|
5 |
+
"test_map_50": 0.592,
|
6 |
+
"test_map_75": 0.476,
|
7 |
+
"test_map_Angular Leafspot": 0.162,
|
8 |
+
"test_map_Anthracnose Fruit Rot": 0.1562,
|
9 |
+
"test_map_Blossom Blight": 0.6367,
|
10 |
+
"test_map_Gray Mold": 0.4846,
|
11 |
+
"test_map_Leaf Spot": 0.7665,
|
12 |
+
"test_map_Powdery Mildew Fruit": 0.1744,
|
13 |
+
"test_map_Powdery Mildew Leaf": 0.6152,
|
14 |
+
"test_map_large": 0.4955,
|
15 |
+
"test_map_medium": 0.2838,
|
16 |
+
"test_map_small": 0.3002,
|
17 |
+
"test_mar_1": 0.3752,
|
18 |
+
"test_mar_10": 0.7188,
|
19 |
+
"test_mar_100": 0.7682,
|
20 |
+
"test_mar_100_Angular Leafspot": 0.7154,
|
21 |
+
"test_mar_100_Anthracnose Fruit Rot": 0.6118,
|
22 |
+
"test_mar_100_Blossom Blight": 0.7455,
|
23 |
+
"test_mar_100_Gray Mold": 0.7259,
|
24 |
+
"test_mar_100_Leaf Spot": 0.9253,
|
25 |
+
"test_mar_100_Powdery Mildew Fruit": 0.8056,
|
26 |
+
"test_mar_100_Powdery Mildew Leaf": 0.8478,
|
27 |
+
"test_mar_large": 0.8285,
|
28 |
+
"test_mar_medium": 0.5977,
|
29 |
+
"test_mar_small": 0.45,
|
30 |
+
"test_runtime": 133.5566,
|
31 |
+
"test_samples_per_second": 2.299,
|
32 |
+
"test_steps_per_second": 0.292
|
33 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 2.480418157142016e+18,
|
4 |
+
"train_loss": 26.135735748626374,
|
5 |
+
"train_runtime": 2536.3615,
|
6 |
+
"train_samples_per_second": 5.717,
|
7 |
+
"train_steps_per_second": 0.359
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,453 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 10.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 910,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 1.0,
|
14 |
+
"grad_norm": 105.08906555175781,
|
15 |
+
"learning_rate": 1e-05,
|
16 |
+
"loss": 53.1072,
|
17 |
+
"step": 91
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.0,
|
21 |
+
"eval_loss": 35.81465530395508,
|
22 |
+
"eval_map": 0.0329,
|
23 |
+
"eval_map_50": 0.0466,
|
24 |
+
"eval_map_75": 0.0372,
|
25 |
+
"eval_map_Angular Leafspot": 0.0011,
|
26 |
+
"eval_map_Anthracnose Fruit Rot": 0.0005,
|
27 |
+
"eval_map_Blossom Blight": 0.0005,
|
28 |
+
"eval_map_Gray Mold": 0.1032,
|
29 |
+
"eval_map_Leaf Spot": 0.0595,
|
30 |
+
"eval_map_Powdery Mildew Fruit": 0.0003,
|
31 |
+
"eval_map_Powdery Mildew Leaf": 0.0653,
|
32 |
+
"eval_map_large": 0.052,
|
33 |
+
"eval_map_medium": 0.0194,
|
34 |
+
"eval_map_small": 0.0,
|
35 |
+
"eval_mar_1": 0.0866,
|
36 |
+
"eval_mar_10": 0.2227,
|
37 |
+
"eval_mar_100": 0.2877,
|
38 |
+
"eval_mar_100_Angular Leafspot": 0.0577,
|
39 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.0353,
|
40 |
+
"eval_mar_100_Blossom Blight": 0.0455,
|
41 |
+
"eval_mar_100_Gray Mold": 0.3204,
|
42 |
+
"eval_mar_100_Leaf Spot": 0.7537,
|
43 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.0611,
|
44 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.74,
|
45 |
+
"eval_mar_large": 0.3315,
|
46 |
+
"eval_mar_medium": 0.1691,
|
47 |
+
"eval_mar_small": 0.0,
|
48 |
+
"eval_runtime": 122.3365,
|
49 |
+
"eval_samples_per_second": 2.509,
|
50 |
+
"eval_steps_per_second": 0.319,
|
51 |
+
"step": 91
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 2.0,
|
55 |
+
"grad_norm": 148.33949279785156,
|
56 |
+
"learning_rate": 1e-05,
|
57 |
+
"loss": 31.9378,
|
58 |
+
"step": 182
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 2.0,
|
62 |
+
"eval_loss": 31.1507568359375,
|
63 |
+
"eval_map": 0.146,
|
64 |
+
"eval_map_50": 0.1929,
|
65 |
+
"eval_map_75": 0.1592,
|
66 |
+
"eval_map_Angular Leafspot": 0.0361,
|
67 |
+
"eval_map_Anthracnose Fruit Rot": 0.0012,
|
68 |
+
"eval_map_Blossom Blight": 0.0142,
|
69 |
+
"eval_map_Gray Mold": 0.2208,
|
70 |
+
"eval_map_Leaf Spot": 0.4042,
|
71 |
+
"eval_map_Powdery Mildew Fruit": 0.0017,
|
72 |
+
"eval_map_Powdery Mildew Leaf": 0.3436,
|
73 |
+
"eval_map_large": 0.1944,
|
74 |
+
"eval_map_medium": 0.0603,
|
75 |
+
"eval_map_small": 0.0002,
|
76 |
+
"eval_mar_1": 0.1728,
|
77 |
+
"eval_mar_10": 0.3353,
|
78 |
+
"eval_mar_100": 0.3875,
|
79 |
+
"eval_mar_100_Angular Leafspot": 0.1942,
|
80 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.0353,
|
81 |
+
"eval_mar_100_Blossom Blight": 0.1909,
|
82 |
+
"eval_mar_100_Gray Mold": 0.5352,
|
83 |
+
"eval_mar_100_Leaf Spot": 0.8455,
|
84 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.1222,
|
85 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.7894,
|
86 |
+
"eval_mar_large": 0.456,
|
87 |
+
"eval_mar_medium": 0.2558,
|
88 |
+
"eval_mar_small": 0.05,
|
89 |
+
"eval_runtime": 93.8681,
|
90 |
+
"eval_samples_per_second": 3.271,
|
91 |
+
"eval_steps_per_second": 0.415,
|
92 |
+
"step": 182
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 3.0,
|
96 |
+
"grad_norm": 187.58065795898438,
|
97 |
+
"learning_rate": 1e-05,
|
98 |
+
"loss": 28.4456,
|
99 |
+
"step": 273
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 3.0,
|
103 |
+
"eval_loss": 27.9586181640625,
|
104 |
+
"eval_map": 0.2437,
|
105 |
+
"eval_map_50": 0.3525,
|
106 |
+
"eval_map_75": 0.2638,
|
107 |
+
"eval_map_Angular Leafspot": 0.0633,
|
108 |
+
"eval_map_Anthracnose Fruit Rot": 0.0105,
|
109 |
+
"eval_map_Blossom Blight": 0.297,
|
110 |
+
"eval_map_Gray Mold": 0.3008,
|
111 |
+
"eval_map_Leaf Spot": 0.5844,
|
112 |
+
"eval_map_Powdery Mildew Fruit": 0.0137,
|
113 |
+
"eval_map_Powdery Mildew Leaf": 0.4367,
|
114 |
+
"eval_map_large": 0.2879,
|
115 |
+
"eval_map_medium": 0.1252,
|
116 |
+
"eval_map_small": 0.0043,
|
117 |
+
"eval_mar_1": 0.2934,
|
118 |
+
"eval_mar_10": 0.5682,
|
119 |
+
"eval_mar_100": 0.6154,
|
120 |
+
"eval_mar_100_Angular Leafspot": 0.55,
|
121 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.1824,
|
122 |
+
"eval_mar_100_Blossom Blight": 0.5682,
|
123 |
+
"eval_mar_100_Gray Mold": 0.6528,
|
124 |
+
"eval_mar_100_Leaf Spot": 0.8805,
|
125 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.6778,
|
126 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.7961,
|
127 |
+
"eval_mar_large": 0.695,
|
128 |
+
"eval_mar_medium": 0.4384,
|
129 |
+
"eval_mar_small": 0.15,
|
130 |
+
"eval_runtime": 98.92,
|
131 |
+
"eval_samples_per_second": 3.104,
|
132 |
+
"eval_steps_per_second": 0.394,
|
133 |
+
"step": 273
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 4.0,
|
137 |
+
"grad_norm": 75.17947387695312,
|
138 |
+
"learning_rate": 1e-05,
|
139 |
+
"loss": 25.1946,
|
140 |
+
"step": 364
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 4.0,
|
144 |
+
"eval_loss": 25.44976234436035,
|
145 |
+
"eval_map": 0.2996,
|
146 |
+
"eval_map_50": 0.4292,
|
147 |
+
"eval_map_75": 0.3245,
|
148 |
+
"eval_map_Angular Leafspot": 0.0876,
|
149 |
+
"eval_map_Anthracnose Fruit Rot": 0.0309,
|
150 |
+
"eval_map_Blossom Blight": 0.4503,
|
151 |
+
"eval_map_Gray Mold": 0.3582,
|
152 |
+
"eval_map_Leaf Spot": 0.6635,
|
153 |
+
"eval_map_Powdery Mildew Fruit": 0.0214,
|
154 |
+
"eval_map_Powdery Mildew Leaf": 0.4852,
|
155 |
+
"eval_map_large": 0.3718,
|
156 |
+
"eval_map_medium": 0.1635,
|
157 |
+
"eval_map_small": 0.0868,
|
158 |
+
"eval_mar_1": 0.315,
|
159 |
+
"eval_mar_10": 0.6344,
|
160 |
+
"eval_mar_100": 0.6812,
|
161 |
+
"eval_mar_100_Angular Leafspot": 0.5827,
|
162 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.4,
|
163 |
+
"eval_mar_100_Blossom Blight": 0.6591,
|
164 |
+
"eval_mar_100_Gray Mold": 0.6889,
|
165 |
+
"eval_mar_100_Leaf Spot": 0.8946,
|
166 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.7333,
|
167 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.8098,
|
168 |
+
"eval_mar_large": 0.7494,
|
169 |
+
"eval_mar_medium": 0.5052,
|
170 |
+
"eval_mar_small": 0.45,
|
171 |
+
"eval_runtime": 115.3998,
|
172 |
+
"eval_samples_per_second": 2.66,
|
173 |
+
"eval_steps_per_second": 0.338,
|
174 |
+
"step": 364
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 5.0,
|
178 |
+
"grad_norm": 59.11121368408203,
|
179 |
+
"learning_rate": 1e-05,
|
180 |
+
"loss": 23.2545,
|
181 |
+
"step": 455
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 5.0,
|
185 |
+
"eval_loss": 23.89641571044922,
|
186 |
+
"eval_map": 0.3353,
|
187 |
+
"eval_map_50": 0.4803,
|
188 |
+
"eval_map_75": 0.3614,
|
189 |
+
"eval_map_Angular Leafspot": 0.1005,
|
190 |
+
"eval_map_Anthracnose Fruit Rot": 0.0936,
|
191 |
+
"eval_map_Blossom Blight": 0.5137,
|
192 |
+
"eval_map_Gray Mold": 0.4064,
|
193 |
+
"eval_map_Leaf Spot": 0.675,
|
194 |
+
"eval_map_Powdery Mildew Fruit": 0.038,
|
195 |
+
"eval_map_Powdery Mildew Leaf": 0.5196,
|
196 |
+
"eval_map_large": 0.4087,
|
197 |
+
"eval_map_medium": 0.19,
|
198 |
+
"eval_map_small": 0.1095,
|
199 |
+
"eval_mar_1": 0.3296,
|
200 |
+
"eval_mar_10": 0.672,
|
201 |
+
"eval_mar_100": 0.7218,
|
202 |
+
"eval_mar_100_Angular Leafspot": 0.6288,
|
203 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.5235,
|
204 |
+
"eval_mar_100_Blossom Blight": 0.6909,
|
205 |
+
"eval_mar_100_Gray Mold": 0.6972,
|
206 |
+
"eval_mar_100_Leaf Spot": 0.9019,
|
207 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.7833,
|
208 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.8267,
|
209 |
+
"eval_mar_large": 0.7931,
|
210 |
+
"eval_mar_medium": 0.5347,
|
211 |
+
"eval_mar_small": 0.4,
|
212 |
+
"eval_runtime": 134.0552,
|
213 |
+
"eval_samples_per_second": 2.29,
|
214 |
+
"eval_steps_per_second": 0.291,
|
215 |
+
"step": 455
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 6.0,
|
219 |
+
"grad_norm": 58.73693084716797,
|
220 |
+
"learning_rate": 1e-05,
|
221 |
+
"loss": 21.9945,
|
222 |
+
"step": 546
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 6.0,
|
226 |
+
"eval_loss": 22.50067138671875,
|
227 |
+
"eval_map": 0.366,
|
228 |
+
"eval_map_50": 0.5185,
|
229 |
+
"eval_map_75": 0.3862,
|
230 |
+
"eval_map_Angular Leafspot": 0.1146,
|
231 |
+
"eval_map_Anthracnose Fruit Rot": 0.1253,
|
232 |
+
"eval_map_Blossom Blight": 0.578,
|
233 |
+
"eval_map_Gray Mold": 0.4334,
|
234 |
+
"eval_map_Leaf Spot": 0.701,
|
235 |
+
"eval_map_Powdery Mildew Fruit": 0.0576,
|
236 |
+
"eval_map_Powdery Mildew Leaf": 0.5525,
|
237 |
+
"eval_map_large": 0.4397,
|
238 |
+
"eval_map_medium": 0.2226,
|
239 |
+
"eval_map_small": 0.1667,
|
240 |
+
"eval_mar_1": 0.3526,
|
241 |
+
"eval_mar_10": 0.6857,
|
242 |
+
"eval_mar_100": 0.729,
|
243 |
+
"eval_mar_100_Angular Leafspot": 0.6788,
|
244 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.5294,
|
245 |
+
"eval_mar_100_Blossom Blight": 0.7114,
|
246 |
+
"eval_mar_100_Gray Mold": 0.7,
|
247 |
+
"eval_mar_100_Leaf Spot": 0.9082,
|
248 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.75,
|
249 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.8255,
|
250 |
+
"eval_mar_large": 0.8134,
|
251 |
+
"eval_mar_medium": 0.5301,
|
252 |
+
"eval_mar_small": 0.4,
|
253 |
+
"eval_runtime": 103.7655,
|
254 |
+
"eval_samples_per_second": 2.959,
|
255 |
+
"eval_steps_per_second": 0.376,
|
256 |
+
"step": 546
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 7.0,
|
260 |
+
"grad_norm": 159.16397094726562,
|
261 |
+
"learning_rate": 1e-05,
|
262 |
+
"loss": 20.5361,
|
263 |
+
"step": 637
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 7.0,
|
267 |
+
"eval_loss": 21.466320037841797,
|
268 |
+
"eval_map": 0.383,
|
269 |
+
"eval_map_50": 0.5312,
|
270 |
+
"eval_map_75": 0.4124,
|
271 |
+
"eval_map_Angular Leafspot": 0.1369,
|
272 |
+
"eval_map_Anthracnose Fruit Rot": 0.1323,
|
273 |
+
"eval_map_Blossom Blight": 0.5833,
|
274 |
+
"eval_map_Gray Mold": 0.449,
|
275 |
+
"eval_map_Leaf Spot": 0.7275,
|
276 |
+
"eval_map_Powdery Mildew Fruit": 0.0821,
|
277 |
+
"eval_map_Powdery Mildew Leaf": 0.5701,
|
278 |
+
"eval_map_large": 0.4501,
|
279 |
+
"eval_map_medium": 0.2354,
|
280 |
+
"eval_map_small": 0.3,
|
281 |
+
"eval_mar_1": 0.3424,
|
282 |
+
"eval_mar_10": 0.6987,
|
283 |
+
"eval_mar_100": 0.7456,
|
284 |
+
"eval_mar_100_Angular Leafspot": 0.7,
|
285 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.5941,
|
286 |
+
"eval_mar_100_Blossom Blight": 0.7227,
|
287 |
+
"eval_mar_100_Gray Mold": 0.7111,
|
288 |
+
"eval_mar_100_Leaf Spot": 0.9097,
|
289 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.75,
|
290 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.8318,
|
291 |
+
"eval_mar_large": 0.8183,
|
292 |
+
"eval_mar_medium": 0.5526,
|
293 |
+
"eval_mar_small": 0.4,
|
294 |
+
"eval_runtime": 114.6089,
|
295 |
+
"eval_samples_per_second": 2.679,
|
296 |
+
"eval_steps_per_second": 0.34,
|
297 |
+
"step": 637
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 8.0,
|
301 |
+
"grad_norm": 71.9360580444336,
|
302 |
+
"learning_rate": 1e-05,
|
303 |
+
"loss": 19.5394,
|
304 |
+
"step": 728
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 8.0,
|
308 |
+
"eval_loss": 20.5816593170166,
|
309 |
+
"eval_map": 0.4007,
|
310 |
+
"eval_map_50": 0.5596,
|
311 |
+
"eval_map_75": 0.4369,
|
312 |
+
"eval_map_Angular Leafspot": 0.1224,
|
313 |
+
"eval_map_Anthracnose Fruit Rot": 0.161,
|
314 |
+
"eval_map_Blossom Blight": 0.5924,
|
315 |
+
"eval_map_Gray Mold": 0.4677,
|
316 |
+
"eval_map_Leaf Spot": 0.7382,
|
317 |
+
"eval_map_Powdery Mildew Fruit": 0.1318,
|
318 |
+
"eval_map_Powdery Mildew Leaf": 0.5918,
|
319 |
+
"eval_map_large": 0.4733,
|
320 |
+
"eval_map_medium": 0.2559,
|
321 |
+
"eval_map_small": 0.3,
|
322 |
+
"eval_mar_1": 0.3649,
|
323 |
+
"eval_mar_10": 0.7059,
|
324 |
+
"eval_mar_100": 0.7526,
|
325 |
+
"eval_mar_100_Angular Leafspot": 0.6923,
|
326 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.6059,
|
327 |
+
"eval_mar_100_Blossom Blight": 0.7205,
|
328 |
+
"eval_mar_100_Gray Mold": 0.7204,
|
329 |
+
"eval_mar_100_Leaf Spot": 0.9179,
|
330 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.7722,
|
331 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.8388,
|
332 |
+
"eval_mar_large": 0.8147,
|
333 |
+
"eval_mar_medium": 0.5733,
|
334 |
+
"eval_mar_small": 0.4,
|
335 |
+
"eval_runtime": 131.744,
|
336 |
+
"eval_samples_per_second": 2.33,
|
337 |
+
"eval_steps_per_second": 0.296,
|
338 |
+
"step": 728
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 9.0,
|
342 |
+
"grad_norm": 127.64286804199219,
|
343 |
+
"learning_rate": 1e-05,
|
344 |
+
"loss": 18.9893,
|
345 |
+
"step": 819
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 9.0,
|
349 |
+
"eval_loss": 20.012418746948242,
|
350 |
+
"eval_map": 0.4102,
|
351 |
+
"eval_map_50": 0.5697,
|
352 |
+
"eval_map_75": 0.4529,
|
353 |
+
"eval_map_Angular Leafspot": 0.1426,
|
354 |
+
"eval_map_Anthracnose Fruit Rot": 0.1322,
|
355 |
+
"eval_map_Blossom Blight": 0.6233,
|
356 |
+
"eval_map_Gray Mold": 0.4696,
|
357 |
+
"eval_map_Leaf Spot": 0.7467,
|
358 |
+
"eval_map_Powdery Mildew Fruit": 0.1517,
|
359 |
+
"eval_map_Powdery Mildew Leaf": 0.6049,
|
360 |
+
"eval_map_large": 0.478,
|
361 |
+
"eval_map_medium": 0.266,
|
362 |
+
"eval_map_small": 0.3,
|
363 |
+
"eval_mar_1": 0.3705,
|
364 |
+
"eval_mar_10": 0.7166,
|
365 |
+
"eval_mar_100": 0.7613,
|
366 |
+
"eval_mar_100_Angular Leafspot": 0.7,
|
367 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.6412,
|
368 |
+
"eval_mar_100_Blossom Blight": 0.7409,
|
369 |
+
"eval_mar_100_Gray Mold": 0.7194,
|
370 |
+
"eval_mar_100_Leaf Spot": 0.9195,
|
371 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.7667,
|
372 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.8416,
|
373 |
+
"eval_mar_large": 0.8326,
|
374 |
+
"eval_mar_medium": 0.5824,
|
375 |
+
"eval_mar_small": 0.4,
|
376 |
+
"eval_runtime": 122.5296,
|
377 |
+
"eval_samples_per_second": 2.506,
|
378 |
+
"eval_steps_per_second": 0.318,
|
379 |
+
"step": 819
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 10.0,
|
383 |
+
"grad_norm": 117.18335723876953,
|
384 |
+
"learning_rate": 1e-05,
|
385 |
+
"loss": 18.3583,
|
386 |
+
"step": 910
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"epoch": 10.0,
|
390 |
+
"eval_loss": 19.55974006652832,
|
391 |
+
"eval_map": 0.4279,
|
392 |
+
"eval_map_50": 0.592,
|
393 |
+
"eval_map_75": 0.476,
|
394 |
+
"eval_map_Angular Leafspot": 0.162,
|
395 |
+
"eval_map_Anthracnose Fruit Rot": 0.1562,
|
396 |
+
"eval_map_Blossom Blight": 0.6367,
|
397 |
+
"eval_map_Gray Mold": 0.4846,
|
398 |
+
"eval_map_Leaf Spot": 0.7665,
|
399 |
+
"eval_map_Powdery Mildew Fruit": 0.1744,
|
400 |
+
"eval_map_Powdery Mildew Leaf": 0.6152,
|
401 |
+
"eval_map_large": 0.4955,
|
402 |
+
"eval_map_medium": 0.2838,
|
403 |
+
"eval_map_small": 0.3002,
|
404 |
+
"eval_mar_1": 0.3752,
|
405 |
+
"eval_mar_10": 0.7188,
|
406 |
+
"eval_mar_100": 0.7682,
|
407 |
+
"eval_mar_100_Angular Leafspot": 0.7154,
|
408 |
+
"eval_mar_100_Anthracnose Fruit Rot": 0.6118,
|
409 |
+
"eval_mar_100_Blossom Blight": 0.7455,
|
410 |
+
"eval_mar_100_Gray Mold": 0.7259,
|
411 |
+
"eval_mar_100_Leaf Spot": 0.9253,
|
412 |
+
"eval_mar_100_Powdery Mildew Fruit": 0.8056,
|
413 |
+
"eval_mar_100_Powdery Mildew Leaf": 0.8478,
|
414 |
+
"eval_mar_large": 0.8285,
|
415 |
+
"eval_mar_medium": 0.5977,
|
416 |
+
"eval_mar_small": 0.45,
|
417 |
+
"eval_runtime": 126.5458,
|
418 |
+
"eval_samples_per_second": 2.426,
|
419 |
+
"eval_steps_per_second": 0.308,
|
420 |
+
"step": 910
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"epoch": 10.0,
|
424 |
+
"step": 910,
|
425 |
+
"total_flos": 2.480418157142016e+18,
|
426 |
+
"train_loss": 26.135735748626374,
|
427 |
+
"train_runtime": 2536.3615,
|
428 |
+
"train_samples_per_second": 5.717,
|
429 |
+
"train_steps_per_second": 0.359
|
430 |
+
}
|
431 |
+
],
|
432 |
+
"logging_steps": 500,
|
433 |
+
"max_steps": 910,
|
434 |
+
"num_input_tokens_seen": 0,
|
435 |
+
"num_train_epochs": 10,
|
436 |
+
"save_steps": 500,
|
437 |
+
"stateful_callbacks": {
|
438 |
+
"TrainerControl": {
|
439 |
+
"args": {
|
440 |
+
"should_epoch_stop": false,
|
441 |
+
"should_evaluate": false,
|
442 |
+
"should_log": false,
|
443 |
+
"should_save": true,
|
444 |
+
"should_training_stop": true
|
445 |
+
},
|
446 |
+
"attributes": {}
|
447 |
+
}
|
448 |
+
},
|
449 |
+
"total_flos": 2.480418157142016e+18,
|
450 |
+
"train_batch_size": 8,
|
451 |
+
"trial_name": null,
|
452 |
+
"trial_params": null
|
453 |
+
}
|