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
|
============================================================
SCALED REGULARIZATION GRID SEARCH - DEPTH 4
Job ID: 15427300 | Node: gpub003
Start: Tue Jan 6 21:27:43 CST 2026
============================================================
Grid: λ_reg=[0.0005, 0.001, 0.002, 0.005] × reg_type=[mult_linear, mult_log]
Total: 8 experiments
============================================================
NVIDIA A40, 46068 MiB
============================================================
======================================================================
SCALED REGULARIZATION GRID SEARCH
======================================================================
Depth: 4
Epochs: 100
Device: cuda
GPU: NVIDIA A40
======================================================================
Grid: 4 λ_reg × 2 reg_types = 8 experiments
λ_reg values: [0.0005, 0.001, 0.002, 0.005]
reg_types: ['mult_linear', 'mult_log']
Loading CIFAR-100...
Train: 50000, Test: 10000
============================================================
Config: depth=4, reg_type=mult_linear, λ_reg=0.0005
============================================================
Training Vanilla...
Epoch 10: test=0.504
Epoch 20: test=0.554
Epoch 30: test=0.582
Epoch 40: test=0.604
Epoch 50: test=0.607
Epoch 60: test=0.614
Epoch 70: test=0.618
Epoch 80: test=0.620
Epoch 90: test=0.622
Epoch 100: test=0.619
Training Lyapunov (mult_linear, λ_reg=0.0005)...
Epoch 10: test=0.491 λ=1.881
Epoch 20: test=0.561 λ=1.843
Epoch 30: test=0.587 λ=1.837
Epoch 40: test=0.596 λ=1.835
Epoch 50: test=0.604 λ=1.831
Epoch 60: test=0.613 λ=1.842
Epoch 70: test=0.619 λ=1.842
Epoch 80: test=0.625 λ=1.851
Epoch 90: test=0.626 λ=1.853
Epoch 100: test=0.626 λ=1.855
Result: Vanilla=0.622, Lyap=0.626, Δ=+0.004
============================================================
Config: depth=4, reg_type=mult_log, λ_reg=0.0005
============================================================
Training Vanilla...
Epoch 10: test=0.502
Epoch 20: test=0.558
Epoch 30: test=0.584
Epoch 40: test=0.592
Epoch 50: test=0.605
Epoch 60: test=0.611
Epoch 70: test=0.614
Epoch 80: test=0.618
Epoch 90: test=0.622
Epoch 100: test=0.627
Training Lyapunov (mult_log, λ_reg=0.0005)...
Epoch 10: test=0.492 λ=1.898
Epoch 20: test=0.555 λ=1.862
Epoch 30: test=0.582 λ=1.859
Epoch 40: test=0.596 λ=1.856
Epoch 50: test=0.610 λ=1.860
Epoch 60: test=0.615 λ=1.863
Epoch 70: test=0.618 λ=1.866
Epoch 80: test=0.624 λ=1.871
Epoch 90: test=0.623 λ=1.872
Epoch 100: test=0.626 λ=1.873
Result: Vanilla=0.627, Lyap=0.626, Δ=-0.002
============================================================
Config: depth=4, reg_type=mult_linear, λ_reg=0.001
============================================================
Training Vanilla...
Epoch 10: test=0.486
Epoch 20: test=0.568
Epoch 30: test=0.588
Epoch 40: test=0.592
Epoch 50: test=0.604
Epoch 60: test=0.614
Epoch 70: test=0.620
Epoch 80: test=0.619
Epoch 90: test=0.625
Epoch 100: test=0.623
Training Lyapunov (mult_linear, λ_reg=0.001)...
Epoch 10: test=0.495 λ=1.894
Epoch 20: test=0.562 λ=1.857
Epoch 30: test=0.585 λ=1.854
Epoch 40: test=0.591 λ=1.848
Epoch 50: test=0.604 λ=1.851
Epoch 60: test=0.613 λ=1.852
Epoch 70: test=0.623 λ=1.864
Epoch 80: test=0.624 λ=1.866
Epoch 90: test=0.620 λ=1.863
Epoch 100: test=0.627 λ=1.868
Result: Vanilla=0.625, Lyap=0.627, Δ=+0.002
============================================================
Config: depth=4, reg_type=mult_log, λ_reg=0.001
============================================================
Training Vanilla...
Epoch 10: test=0.500
Epoch 20: test=0.563
Epoch 30: test=0.587
Epoch 40: test=0.596
Epoch 50: test=0.603
Epoch 60: test=0.613
Epoch 70: test=0.616
Epoch 80: test=0.622
Epoch 90: test=0.623
Epoch 100: test=0.623
Training Lyapunov (mult_log, λ_reg=0.001)...
Epoch 10: test=0.509 λ=1.885
Epoch 20: test=0.555 λ=1.847
Epoch 30: test=0.582 λ=1.835
Epoch 40: test=0.595 λ=1.831
Epoch 50: test=0.612 λ=1.836
Epoch 60: test=0.619 λ=1.840
Epoch 70: test=0.626 λ=1.840
Epoch 80: test=0.625 λ=1.843
Epoch 90: test=0.629 λ=1.849
Epoch 100: test=0.627 λ=1.850
Result: Vanilla=0.623, Lyap=0.629, Δ=+0.007
============================================================
Config: depth=4, reg_type=mult_linear, λ_reg=0.002
============================================================
Training Vanilla...
Epoch 10: test=0.492
Epoch 20: test=0.563
Epoch 30: test=0.568
Epoch 40: test=0.594
Epoch 50: test=0.601
Epoch 60: test=0.613
Epoch 70: test=0.618
Epoch 80: test=0.620
Epoch 90: test=0.623
Epoch 100: test=0.624
Training Lyapunov (mult_linear, λ_reg=0.002)...
Epoch 10: test=0.495 λ=1.891
Epoch 20: test=0.546 λ=1.854
Epoch 30: test=0.577 λ=1.844
Epoch 40: test=0.591 λ=1.836
Epoch 50: test=0.603 λ=1.849
Epoch 60: test=0.605 λ=1.848
Epoch 70: test=0.609 λ=1.851
Epoch 80: test=0.623 λ=1.856
Epoch 90: test=0.619 λ=1.858
Epoch 100: test=0.619 λ=1.857
Result: Vanilla=0.624, Lyap=0.623, Δ=-0.001
============================================================
Config: depth=4, reg_type=mult_log, λ_reg=0.002
============================================================
Training Vanilla...
Epoch 10: test=0.489
Epoch 20: test=0.557
Epoch 30: test=0.585
Epoch 40: test=0.581
Epoch 50: test=0.613
Epoch 60: test=0.607
Epoch 70: test=0.619
Epoch 80: test=0.622
Epoch 90: test=0.625
Epoch 100: test=0.626
Training Lyapunov (mult_log, λ_reg=0.002)...
Epoch 10: test=0.494 λ=1.890
Epoch 20: test=0.559 λ=1.843
Epoch 30: test=0.586 λ=1.831
Epoch 40: test=0.603 λ=1.826
Epoch 50: test=0.608 λ=1.829
Epoch 60: test=0.615 λ=1.844
Epoch 70: test=0.619 λ=1.853
Epoch 80: test=0.623 λ=1.856
Epoch 90: test=0.623 λ=1.853
Epoch 100: test=0.626 λ=1.852
Result: Vanilla=0.626, Lyap=0.626, Δ=-0.001
============================================================
Config: depth=4, reg_type=mult_linear, λ_reg=0.005
============================================================
Training Vanilla...
Epoch 10: test=0.491
Epoch 20: test=0.558
Epoch 30: test=0.583
Epoch 40: test=0.600
Epoch 50: test=0.600
Epoch 60: test=0.609
Epoch 70: test=0.613
Epoch 80: test=0.615
Epoch 90: test=0.621
Epoch 100: test=0.623
Training Lyapunov (mult_linear, λ_reg=0.005)...
Epoch 10: test=0.504 λ=1.864
Epoch 20: test=0.547 λ=1.848
Epoch 30: test=0.588 λ=1.839
Epoch 40: test=0.597 λ=1.830
Epoch 50: test=0.604 λ=1.833
Epoch 60: test=0.610 λ=1.840
Epoch 70: test=0.617 λ=1.850
Epoch 80: test=0.618 λ=1.852
Epoch 90: test=0.623 λ=1.857
Epoch 100: test=0.625 λ=1.851
Result: Vanilla=0.623, Lyap=0.625, Δ=+0.002
============================================================
Config: depth=4, reg_type=mult_log, λ_reg=0.005
============================================================
Training Vanilla...
Epoch 10: test=0.485
Epoch 20: test=0.550
Epoch 30: test=0.576
Epoch 40: test=0.586
Epoch 50: test=0.598
Epoch 60: test=0.611
Epoch 70: test=0.613
Epoch 80: test=0.618
Epoch 90: test=0.621
Epoch 100: test=0.619
Training Lyapunov (mult_log, λ_reg=0.005)...
Epoch 10: test=0.497 λ=1.872
Epoch 20: test=0.556 λ=1.833
Epoch 30: test=0.586 λ=1.826
Epoch 40: test=0.598 λ=1.825
Epoch 50: test=0.610 λ=1.835
Epoch 60: test=0.619 λ=1.838
Epoch 70: test=0.625 λ=1.847
Epoch 80: test=0.626 λ=1.850
Epoch 90: test=0.628 λ=1.852
Epoch 100: test=0.628 λ=1.851
Result: Vanilla=0.621, Lyap=0.628, Δ=+0.007
======================================================================
SUMMARY: DEPTH = 4
======================================================================
reg_type λ_reg Vanilla Lyapunov Δ Final λ
----------------------------------------------------------------------
mult_linear 0.00 0.622 0.626 +0.004 1.855
mult_log 0.00 0.627 0.626 -0.002 1.873
mult_linear 0.00 0.625 0.627 +0.002 1.868
mult_log 0.00 0.623 0.629 +0.007 1.850
mult_linear 0.00 0.624 0.623 -0.001 1.857
mult_log 0.00 0.626 0.626 -0.001 1.852
mult_linear 0.01 0.623 0.625 +0.002 1.851
mult_log 0.01 0.621 0.628 +0.007 1.851
----------------------------------------------------------------------
BEST: mult_log, λ_reg=0.001 → 0.629 (Δ=+0.007)
Results saved to: ./runs/scaled_grid/depth4_results.json
======================================================================
GRID SEARCH COMPLETE
======================================================================
============================================================
Finished: Wed Jan 7 09:04:04 CST 2026
============================================================
|