1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
|
{
"config": {
"input_dim": 16,
"output_dim": 4,
"width": 64,
"train_samples": 320,
"test_samples": 512,
"target_steps": 50,
"early_steps": [
1,
2,
5
],
"lr": 0.001,
"init_seeds": 2,
"feedback_seeds": 4,
"data_seed": 123,
"feedback_scale": "relu",
"device": "cpu",
"torch_threads": 4,
"outdir": "outputs/compressed_operator_T50_width64_N320"
},
"rows": [
{
"init_seed": 10000,
"feedback_seed": 100000,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.762800227302083,
"empirical_gap": 0.0918829421808689,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7672324570569193,
"fixed_gap": 0.11862014029306067,
"compressed_fa_loss": 2.7672324570569193,
"compressed_gap": 0.11862014029306067,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.026737198112191773,
"compressed_gap_error": 0.026737198112191773
},
{
"init_seed": 10000,
"feedback_seed": 100000,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.762800227302083,
"empirical_gap": 0.0918829421808689,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7672324570569193,
"fixed_gap": 0.11862014029306067,
"compressed_fa_loss": 2.7666069186334226,
"compressed_gap": 0.1179946018695639,
"alpha_s": 0.00030502504313852184,
"alpha_slope": 0.00015251252156926092,
"fixed_gap_error": 0.026737198112191773,
"compressed_gap_error": 0.026111659688695
},
{
"init_seed": 10000,
"feedback_seed": 100000,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.762800227302083,
"empirical_gap": 0.0918829421808689,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7672324570569193,
"fixed_gap": 0.11862014029306067,
"compressed_fa_loss": 2.766287393018975,
"compressed_gap": 0.1176750762551162,
"alpha_s": 0.0011529153171482985,
"alpha_slope": 0.00023058306342965972,
"fixed_gap_error": 0.026737198112191773,
"compressed_gap_error": 0.025792134074247297
},
{
"init_seed": 10000,
"feedback_seed": 100001,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.7596263868934443,
"empirical_gap": 0.08870910177223035,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7706792694049116,
"fixed_gap": 0.12206695264105294,
"compressed_fa_loss": 2.7475177090808343,
"compressed_gap": 0.0989053923169756,
"alpha_s": 0.0062247918458625505,
"alpha_slope": 0.0062247918458625505,
"fixed_gap_error": 0.03335785086882259,
"compressed_gap_error": 0.010196290544745246
},
{
"init_seed": 10000,
"feedback_seed": 100001,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.7596263868934443,
"empirical_gap": 0.08870910177223035,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7706792694049116,
"fixed_gap": 0.12206695264105294,
"compressed_fa_loss": 2.7504016547101453,
"compressed_gap": 0.10178933794628664,
"alpha_s": 0.010839407040772409,
"alpha_slope": 0.005419703520386204,
"fixed_gap_error": 0.03335785086882259,
"compressed_gap_error": 0.013080236174056292
},
{
"init_seed": 10000,
"feedback_seed": 100001,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.7596263868934443,
"empirical_gap": 0.08870910177223035,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7706792694049116,
"fixed_gap": 0.12206695264105294,
"compressed_fa_loss": 2.751349925485898,
"compressed_gap": 0.1027376087220393,
"alpha_s": 0.025784569167598356,
"alpha_slope": 0.005156913833519671,
"fixed_gap_error": 0.03335785086882259,
"compressed_gap_error": 0.01402850694980895
},
{
"init_seed": 10000,
"feedback_seed": 100002,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.756198567907496,
"empirical_gap": 0.08528128278628211,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.746673853996284,
"fixed_gap": 0.09806153723242517,
"compressed_fa_loss": 2.746673853996284,
"compressed_gap": 0.09806153723242517,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.012780254446143058,
"compressed_gap_error": 0.012780254446143058
},
{
"init_seed": 10000,
"feedback_seed": 100002,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.756198567907496,
"empirical_gap": 0.08528128278628211,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.746673853996284,
"fixed_gap": 0.09806153723242517,
"compressed_fa_loss": 2.746673853996284,
"compressed_gap": 0.09806153723242517,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.012780254446143058,
"compressed_gap_error": 0.012780254446143058
},
{
"init_seed": 10000,
"feedback_seed": 100002,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.756198567907496,
"empirical_gap": 0.08528128278628211,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.746673853996284,
"fixed_gap": 0.09806153723242517,
"compressed_fa_loss": 2.746673853996284,
"compressed_gap": 0.09806153723242517,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.012780254446143058,
"compressed_gap_error": 0.012780254446143058
},
{
"init_seed": 10000,
"feedback_seed": 100003,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.7524308848108787,
"empirical_gap": 0.08151359968966476,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7556072488562213,
"fixed_gap": 0.10699493209236266,
"compressed_fa_loss": 2.753257393016553,
"compressed_gap": 0.10464507625269448,
"alpha_s": 0.0007143353964344262,
"alpha_slope": 0.0007143353964344262,
"fixed_gap_error": 0.025481332402697898,
"compressed_gap_error": 0.023131476563029718
},
{
"init_seed": 10000,
"feedback_seed": 100003,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.7524308848108787,
"empirical_gap": 0.08151359968966476,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7556072488562213,
"fixed_gap": 0.10699493209236266,
"compressed_fa_loss": 2.7529439159545617,
"compressed_gap": 0.104331599190703,
"alpha_s": 0.0016202523248905786,
"alpha_slope": 0.0008101261624452893,
"fixed_gap_error": 0.025481332402697898,
"compressed_gap_error": 0.022817999501038244
},
{
"init_seed": 10000,
"feedback_seed": 100003,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.670917285121214,
"empirical_fa_loss": 2.7524308848108787,
"empirical_gap": 0.08151359968966476,
"fixed_bp_loss": 2.6486123167638587,
"fixed_fa_loss": 2.7556072488562213,
"fixed_gap": 0.10699493209236266,
"compressed_fa_loss": 2.7530086882854428,
"compressed_gap": 0.1043963715215841,
"alpha_s": 0.0039516187054836754,
"alpha_slope": 0.0007903237410967351,
"fixed_gap_error": 0.025481332402697898,
"compressed_gap_error": 0.022882771831919335
},
{
"init_seed": 10001,
"feedback_seed": 101000,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.8182185665709167,
"empirical_gap": 0.108564357853151,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.819207084495992,
"fixed_gap": 0.12463606601045818,
"compressed_fa_loss": 2.819207084495992,
"compressed_gap": 0.12463606601045818,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.016071708157307185,
"compressed_gap_error": 0.016071708157307185
},
{
"init_seed": 10001,
"feedback_seed": 101000,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.8182185665709167,
"empirical_gap": 0.108564357853151,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.819207084495992,
"fixed_gap": 0.12463606601045818,
"compressed_fa_loss": 2.819207084495992,
"compressed_gap": 0.12463606601045818,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.016071708157307185,
"compressed_gap_error": 0.016071708157307185
},
{
"init_seed": 10001,
"feedback_seed": 101000,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.8182185665709167,
"empirical_gap": 0.108564357853151,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.819207084495992,
"fixed_gap": 0.12463606601045818,
"compressed_fa_loss": 2.819207084495992,
"compressed_gap": 0.12463606601045818,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.016071708157307185,
"compressed_gap_error": 0.016071708157307185
},
{
"init_seed": 10001,
"feedback_seed": 101001,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.801151577045706,
"empirical_gap": 0.09149736832794009,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.8055325377656137,
"fixed_gap": 0.11096151928007991,
"compressed_fa_loss": 2.7924855405147153,
"compressed_gap": 0.0979145220291815,
"alpha_s": 0.0039007205393521865,
"alpha_slope": 0.0039007205393521865,
"fixed_gap_error": 0.019464150952139825,
"compressed_gap_error": 0.006417153701241407
},
{
"init_seed": 10001,
"feedback_seed": 101001,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.801151577045706,
"empirical_gap": 0.09149736832794009,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.8055325377656137,
"fixed_gap": 0.11096151928007991,
"compressed_fa_loss": 2.793562804880044,
"compressed_gap": 0.09899178639451023,
"alpha_s": 0.007143509212479632,
"alpha_slope": 0.003571754606239816,
"fixed_gap_error": 0.019464150952139825,
"compressed_gap_error": 0.007494418066570141
},
{
"init_seed": 10001,
"feedback_seed": 101001,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.801151577045706,
"empirical_gap": 0.09149736832794009,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.8055325377656137,
"fixed_gap": 0.11096151928007991,
"compressed_fa_loss": 2.7943891476143183,
"compressed_gap": 0.09981812912878452,
"alpha_s": 0.01660131355852278,
"alpha_slope": 0.003320262711704556,
"fixed_gap_error": 0.019464150952139825,
"compressed_gap_error": 0.008320760800844429
},
{
"init_seed": 10001,
"feedback_seed": 101002,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.8190038307358543,
"empirical_gap": 0.10934962201808851,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.823443689058356,
"fixed_gap": 0.12887267057282203,
"compressed_fa_loss": 2.823443689058356,
"compressed_gap": 0.12887267057282203,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.019523048554733524,
"compressed_gap_error": 0.019523048554733524
},
{
"init_seed": 10001,
"feedback_seed": 101002,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.8190038307358543,
"empirical_gap": 0.10934962201808851,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.823443689058356,
"fixed_gap": 0.12887267057282203,
"compressed_fa_loss": 2.823443689058356,
"compressed_gap": 0.12887267057282203,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.019523048554733524,
"compressed_gap_error": 0.019523048554733524
},
{
"init_seed": 10001,
"feedback_seed": 101002,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.8190038307358543,
"empirical_gap": 0.10934962201808851,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.823443689058356,
"fixed_gap": 0.12887267057282203,
"compressed_fa_loss": 2.823443689058356,
"compressed_gap": 0.12887267057282203,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.019523048554733524,
"compressed_gap_error": 0.019523048554733524
},
{
"init_seed": 10001,
"feedback_seed": 101003,
"target_steps": 50,
"early_steps": 1,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.80291378889667,
"empirical_gap": 0.09325958017890423,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.802171615415684,
"fixed_gap": 0.10760059693015034,
"compressed_fa_loss": 2.802171615415684,
"compressed_gap": 0.10760059693015034,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.014341016751246105,
"compressed_gap_error": 0.014341016751246105
},
{
"init_seed": 10001,
"feedback_seed": 101003,
"target_steps": 50,
"early_steps": 2,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.80291378889667,
"empirical_gap": 0.09325958017890423,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.802171615415684,
"fixed_gap": 0.10760059693015034,
"compressed_fa_loss": 2.802171615415684,
"compressed_gap": 0.10760059693015034,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.014341016751246105,
"compressed_gap_error": 0.014341016751246105
},
{
"init_seed": 10001,
"feedback_seed": 101003,
"target_steps": 50,
"early_steps": 5,
"empirical_bp_loss": 2.7096542087177657,
"empirical_fa_loss": 2.80291378889667,
"empirical_gap": 0.09325958017890423,
"fixed_bp_loss": 2.694571018485534,
"fixed_fa_loss": 2.802171615415684,
"fixed_gap": 0.10760059693015034,
"compressed_fa_loss": 2.802171615415684,
"compressed_gap": 0.10760059693015034,
"alpha_s": 0.0,
"alpha_slope": 0.0,
"fixed_gap_error": 0.014341016751246105,
"compressed_gap_error": 0.014341016751246105
}
]
}
|