jimjakdiend commited on
Commit
c441da5
1 Parent(s): 7996087

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/efficientnet-b0",
3
+ "architectures": [
4
+ "EfficientNetForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 0.001,
7
+ "batch_norm_momentum": 0.99,
8
+ "depth_coefficient": 1.0,
9
+ "depth_divisor": 8,
10
+ "depthwise_padding": [],
11
+ "drop_connect_rate": 0.2,
12
+ "dropout_rate": 0.2,
13
+ "expand_ratios": [
14
+ 1,
15
+ 6,
16
+ 6,
17
+ 6,
18
+ 6,
19
+ 6,
20
+ 6
21
+ ],
22
+ "hidden_act": "swish",
23
+ "hidden_dim": 1280,
24
+ "id2label": {
25
+ "0": "AL2",
26
+ "1": "AL4",
27
+ "2": "AL6",
28
+ "3": "AS4",
29
+ "4": "AS6",
30
+ "5": "BB2",
31
+ "6": "BB3",
32
+ "7": "BB4",
33
+ "8": "BB5",
34
+ "9": "Bent",
35
+ "10": "D",
36
+ "11": "D_dirt",
37
+ "12": "Dirty",
38
+ "13": "GG",
39
+ "14": "H_015_31",
40
+ "15": "H_020_31",
41
+ "16": "H_025_31",
42
+ "17": "H_030_31",
43
+ "18": "H_035_31",
44
+ "19": "H_040_31",
45
+ "20": "H_045_31",
46
+ "21": "H_050_31",
47
+ "22": "H_055_31",
48
+ "23": "H_060_31",
49
+ "24": "H_070_31",
50
+ "25": "H_080_31",
51
+ "26": "H_090_31",
52
+ "27": "H_100_31",
53
+ "28": "H_110_31",
54
+ "29": "H_120_31",
55
+ "30": "K_008_25",
56
+ "31": "K_010_21",
57
+ "32": "K_010_25",
58
+ "33": "K_010_31",
59
+ "34": "K_015_21",
60
+ "35": "K_015_25",
61
+ "36": "K_015_31",
62
+ "37": "K_020_21",
63
+ "38": "K_020_25",
64
+ "39": "K_020_31",
65
+ "40": "K_025_21",
66
+ "41": "K_025_25",
67
+ "42": "K_025_31",
68
+ "43": "K_030_21",
69
+ "44": "K_030_25",
70
+ "45": "K_030_31",
71
+ "46": "K_035_21",
72
+ "47": "K_035_25",
73
+ "48": "K_035_31",
74
+ "49": "K_040_21",
75
+ "50": "K_040_25",
76
+ "51": "K_040_31",
77
+ "52": "K_045_21",
78
+ "53": "K_045_25",
79
+ "54": "K_045_31",
80
+ "55": "K_050_21",
81
+ "56": "K_050_25",
82
+ "57": "K_050_31",
83
+ "58": "K_055_21",
84
+ "59": "K_055_25",
85
+ "60": "K_055_31",
86
+ "61": "K_060_21",
87
+ "62": "K_060_25",
88
+ "63": "K_060_31",
89
+ "64": "K_070_21",
90
+ "65": "K_070_25",
91
+ "66": "K_070_31",
92
+ "67": "K_080_21",
93
+ "68": "K_080_25",
94
+ "69": "K_080_31",
95
+ "70": "K_090_25",
96
+ "71": "K_090_31",
97
+ "72": "K_100_25",
98
+ "73": "K_100_31",
99
+ "74": "K_110_25",
100
+ "75": "K_110_31",
101
+ "76": "K_120_25",
102
+ "77": "K_130_25",
103
+ "78": "K_140_25",
104
+ "79": "PC_Black",
105
+ "80": "PC_Blue",
106
+ "81": "PC_Green",
107
+ "82": "RL10",
108
+ "83": "RL14",
109
+ "84": "RL18",
110
+ "85": "RS5",
111
+ "86": "RS7"
112
+ },
113
+ "image_size": 224,
114
+ "in_channels": [
115
+ 32,
116
+ 16,
117
+ 24,
118
+ 40,
119
+ 80,
120
+ 112,
121
+ 192
122
+ ],
123
+ "initializer_range": 0.02,
124
+ "kernel_sizes": [
125
+ 3,
126
+ 3,
127
+ 5,
128
+ 3,
129
+ 5,
130
+ 5,
131
+ 3
132
+ ],
133
+ "label2id": {
134
+ "AL2": 0,
135
+ "AL4": 1,
136
+ "AL6": 2,
137
+ "AS4": 3,
138
+ "AS6": 4,
139
+ "BB2": 5,
140
+ "BB3": 6,
141
+ "BB4": 7,
142
+ "BB5": 8,
143
+ "Bent": 9,
144
+ "D": 10,
145
+ "D_dirt": 11,
146
+ "Dirty": 12,
147
+ "GG": 13,
148
+ "H_015_31": 14,
149
+ "H_020_31": 15,
150
+ "H_025_31": 16,
151
+ "H_030_31": 17,
152
+ "H_035_31": 18,
153
+ "H_040_31": 19,
154
+ "H_045_31": 20,
155
+ "H_050_31": 21,
156
+ "H_055_31": 22,
157
+ "H_060_31": 23,
158
+ "H_070_31": 24,
159
+ "H_080_31": 25,
160
+ "H_090_31": 26,
161
+ "H_100_31": 27,
162
+ "H_110_31": 28,
163
+ "H_120_31": 29,
164
+ "K_008_25": 30,
165
+ "K_010_21": 31,
166
+ "K_010_25": 32,
167
+ "K_010_31": 33,
168
+ "K_015_21": 34,
169
+ "K_015_25": 35,
170
+ "K_015_31": 36,
171
+ "K_020_21": 37,
172
+ "K_020_25": 38,
173
+ "K_020_31": 39,
174
+ "K_025_21": 40,
175
+ "K_025_25": 41,
176
+ "K_025_31": 42,
177
+ "K_030_21": 43,
178
+ "K_030_25": 44,
179
+ "K_030_31": 45,
180
+ "K_035_21": 46,
181
+ "K_035_25": 47,
182
+ "K_035_31": 48,
183
+ "K_040_21": 49,
184
+ "K_040_25": 50,
185
+ "K_040_31": 51,
186
+ "K_045_21": 52,
187
+ "K_045_25": 53,
188
+ "K_045_31": 54,
189
+ "K_050_21": 55,
190
+ "K_050_25": 56,
191
+ "K_050_31": 57,
192
+ "K_055_21": 58,
193
+ "K_055_25": 59,
194
+ "K_055_31": 60,
195
+ "K_060_21": 61,
196
+ "K_060_25": 62,
197
+ "K_060_31": 63,
198
+ "K_070_21": 64,
199
+ "K_070_25": 65,
200
+ "K_070_31": 66,
201
+ "K_080_21": 67,
202
+ "K_080_25": 68,
203
+ "K_080_31": 69,
204
+ "K_090_25": 70,
205
+ "K_090_31": 71,
206
+ "K_100_25": 72,
207
+ "K_100_31": 73,
208
+ "K_110_25": 74,
209
+ "K_110_31": 75,
210
+ "K_120_25": 76,
211
+ "K_130_25": 77,
212
+ "K_140_25": 78,
213
+ "PC_Black": 79,
214
+ "PC_Blue": 80,
215
+ "PC_Green": 81,
216
+ "RL10": 82,
217
+ "RL14": 83,
218
+ "RL18": 84,
219
+ "RS5": 85,
220
+ "RS7": 86
221
+ },
222
+ "model_type": "efficientnet",
223
+ "num_block_repeats": [
224
+ 1,
225
+ 2,
226
+ 2,
227
+ 3,
228
+ 3,
229
+ 4,
230
+ 1
231
+ ],
232
+ "num_channels": 3,
233
+ "num_hidden_layers": 64,
234
+ "out_channels": [
235
+ 16,
236
+ 24,
237
+ 40,
238
+ 80,
239
+ 112,
240
+ 192,
241
+ 320
242
+ ],
243
+ "out_features": null,
244
+ "pooling_type": "mean",
245
+ "problem_type": "multi_label_classification",
246
+ "squeeze_expansion_ratio": 0.25,
247
+ "stage_names": [
248
+ "stem",
249
+ "stage1",
250
+ "stage2",
251
+ "stage3",
252
+ "stage4",
253
+ "stage5",
254
+ "stage6",
255
+ "stage7"
256
+ ],
257
+ "strides": [
258
+ 1,
259
+ 2,
260
+ 2,
261
+ 2,
262
+ 1,
263
+ 2,
264
+ 1
265
+ ],
266
+ "torch_dtype": "float32",
267
+ "transformers_version": "4.35.2",
268
+ "width_coefficient": 1.0
269
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869dbf0fffa0247572749410f94e0ce4fe19b38194c71bf893454d020ce0a394
3
+ size 16690772
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 289,
4
+ "width": 289
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.485,
12
+ 0.456,
13
+ 0.406
14
+ ],
15
+ "image_processor_type": "EfficientNetImageProcessor",
16
+ "image_std": [
17
+ 0.47853944,
18
+ 0.4732864,
19
+ 0.47434163
20
+ ],
21
+ "include_top": true,
22
+ "resample": 0,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "rescale_offset": false,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
runs/Jan02_07-55-16_df20b6d0fc4f/events.out.tfevents.1704182121.df20b6d0fc4f.300.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09348cac42fd428990a7b790360d1e7324dde28d58d77092c35f1e9c46eaaca6
3
+ size 9038
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97e7f605a1d0ec3a272bfba8f3a396a59dfb06f7be328ea60c1da706b29ab1a
3
+ size 4664