timlawrenz commited on
Commit
924c15a
·
verified ·
1 Parent(s): 1cedd60

Upload results/autonomous_research.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results/autonomous_research.json +494 -0
results/autonomous_research.json ADDED
@@ -0,0 +1,494 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0": {
3
+ "baseline": {
4
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
5
+ "arm_name": "baseline",
6
+ "description": "Original GraphSAGE with hidden_dim=64, 3 layers",
7
+ "instance_id": 34808397,
8
+ "gpu_info": "",
9
+ "metrics": {},
10
+ "exit_code": -1,
11
+ "error": "SSH never became ready",
12
+ "duration_seconds": 0.0,
13
+ "timestamp": "2026-04-13T04:21:17.081828+00:00"
14
+ },
15
+ "gat_architecture": {
16
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
17
+ "arm_name": "gat_architecture",
18
+ "description": "Replace GraphSAGE with GAT architecture",
19
+ "instance_id": 34808408,
20
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 37Gi 305Gi 41Gi 161Gi 420Gi\nModel name: AMD EPYC 7663 56-Core Processor",
21
+ "metrics": {},
22
+ "exit_code": 124,
23
+ "error": "Training failed (exit 124): STDERR: Timed out after 1200s\nSTDOUT(tail): ",
24
+ "duration_seconds": 1200.1004507119942,
25
+ "timestamp": "2026-04-13T04:21:17.082504+00:00"
26
+ },
27
+ "gin_architecture": {
28
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
29
+ "arm_name": "gin_architecture",
30
+ "description": "Replace GraphSAGE with GIN architecture",
31
+ "instance_id": 34808415,
32
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 5.0Gi 30Gi 17Mi 468Gi 494Gi\nModel name: AMD Ryzen Threadripper PRO 3955WX 16-Cores",
33
+ "metrics": {
34
+ "val_mae": 4.7651,
35
+ "val_mse": 67.891,
36
+ "val_r2": 0.6363,
37
+ "best_val_loss": 67.8222,
38
+ "conv_type": "SAGE",
39
+ "hidden_dim": 64,
40
+ "num_layers": 3,
41
+ "dropout": 0.1,
42
+ "learning_rate": 0.001,
43
+ "epochs": 50
44
+ },
45
+ "exit_code": 0,
46
+ "error": "",
47
+ "duration_seconds": 380.80868418799946,
48
+ "timestamp": "2026-04-13T04:21:17.082525+00:00"
49
+ },
50
+ "increased_hidden_dim": {
51
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
52
+ "arm_name": "increased_hidden_dim",
53
+ "description": "Increase hidden dimension to 128",
54
+ "instance_id": 34808431,
55
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 251Gi 11Gi 87Gi 5.4Gi 152Gi 232Gi\nModel name: AMD EPYC 7542 32-Core Processor",
56
+ "metrics": {
57
+ "val_mae": 4.6854,
58
+ "val_mse": 68.5857,
59
+ "val_r2": 0.6326,
60
+ "best_val_loss": 68.5928,
61
+ "conv_type": "SAGE",
62
+ "hidden_dim": 64,
63
+ "num_layers": 3,
64
+ "dropout": 0.1,
65
+ "learning_rate": 0.001,
66
+ "epochs": 50
67
+ },
68
+ "exit_code": 0,
69
+ "error": "",
70
+ "duration_seconds": 393.59905821799475,
71
+ "timestamp": "2026-04-13T04:21:17.082536+00:00"
72
+ },
73
+ "add_dropout": {
74
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
75
+ "arm_name": "add_dropout",
76
+ "description": "Add 0.5 dropout to prevent overfitting",
77
+ "instance_id": 34808439,
78
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 9.4Gi 344Gi 43Mi 149Gi 486Gi\nModel name: AMD EPYC 7B13 64-Core Processor",
79
+ "metrics": {
80
+ "val_mae": 4.7114,
81
+ "val_mse": 68.233,
82
+ "val_r2": 0.6345,
83
+ "best_val_loss": 68.2024,
84
+ "conv_type": "SAGE",
85
+ "hidden_dim": 64,
86
+ "num_layers": 3,
87
+ "dropout": 0.1,
88
+ "learning_rate": 0.001,
89
+ "epochs": 50
90
+ },
91
+ "exit_code": 0,
92
+ "error": "",
93
+ "duration_seconds": 370.16381801999523,
94
+ "timestamp": "2026-04-13T04:21:17.082544+00:00"
95
+ },
96
+ "weight_decay_regularization": {
97
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
98
+ "arm_name": "weight_decay_regularization",
99
+ "description": "Apply L2 weight decay of 1e-5",
100
+ "instance_id": 34808448,
101
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 61Gi 176Gi 90Mi 265Gi 437Gi\nModel name: AMD EPYC 7713 64-Core Processor",
102
+ "metrics": {
103
+ "val_mae": 4.9619,
104
+ "val_mse": 68.2378,
105
+ "val_r2": 0.6345,
106
+ "best_val_loss": 68.2068,
107
+ "conv_type": "SAGE",
108
+ "hidden_dim": 64,
109
+ "num_layers": 3,
110
+ "dropout": 0.1,
111
+ "learning_rate": 0.001,
112
+ "epochs": 50
113
+ },
114
+ "exit_code": 0,
115
+ "error": "",
116
+ "duration_seconds": 1015.0197936969926,
117
+ "timestamp": "2026-04-13T04:21:17.082551+00:00"
118
+ },
119
+ "deeper_network": {
120
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
121
+ "arm_name": "deeper_network",
122
+ "description": "Increase number of layers to 5",
123
+ "instance_id": 34808458,
124
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 566Gi 23Gi 136Gi 99Mi 406Gi 537Gi\nModel name: AMD EPYC 7763 64-Core Processor",
125
+ "metrics": {
126
+ "val_mae": 4.718,
127
+ "val_mse": 68.381,
128
+ "val_r2": 0.6337,
129
+ "best_val_loss": 68.379,
130
+ "conv_type": "SAGE",
131
+ "hidden_dim": 64,
132
+ "num_layers": 3,
133
+ "dropout": 0.1,
134
+ "learning_rate": 0.001,
135
+ "epochs": 50
136
+ },
137
+ "exit_code": 0,
138
+ "error": "",
139
+ "duration_seconds": 828.7385086470022,
140
+ "timestamp": "2026-04-13T04:21:17.082557+00:00"
141
+ },
142
+ "gcn_architecture": {
143
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter0",
144
+ "arm_name": "gcn_architecture",
145
+ "description": "Replace GraphSAGE with GCN architecture",
146
+ "instance_id": 34808465,
147
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 377Gi 6.2Gi 313Gi 2.0Gi 57Gi 366Gi\nModel name: AMD EPYC 7763 64-Core Processor",
148
+ "metrics": {
149
+ "val_mae": 4.8289,
150
+ "val_mse": 67.6559,
151
+ "val_r2": 0.6376,
152
+ "best_val_loss": 67.5953,
153
+ "conv_type": "SAGE",
154
+ "hidden_dim": 64,
155
+ "num_layers": 3,
156
+ "dropout": 0.1,
157
+ "learning_rate": 0.001,
158
+ "epochs": 50
159
+ },
160
+ "exit_code": 0,
161
+ "error": "",
162
+ "duration_seconds": 375.6555423039972,
163
+ "timestamp": "2026-04-13T04:21:17.082563+00:00"
164
+ }
165
+ },
166
+ "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1": {
167
+ "baseline": {
168
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
169
+ "arm_name": "baseline",
170
+ "description": "Original GraphSAGE with hidden_dim=64, 3 layers",
171
+ "instance_id": 34811219,
172
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 1.0Ti 157Gi 411Gi 42Gi 438Gi 801Gi\nModel name: AMD EPYC 7B13 64-Core Processor",
173
+ "metrics": {
174
+ "val_mae": 4.7652,
175
+ "val_mse": 68.5374,
176
+ "val_r2": 0.6329,
177
+ "best_val_loss": 68.4501,
178
+ "conv_type": "SAGE",
179
+ "hidden_dim": 64,
180
+ "num_layers": 3,
181
+ "dropout": 0.1,
182
+ "learning_rate": 0.001,
183
+ "epochs": 50
184
+ },
185
+ "exit_code": 0,
186
+ "error": "",
187
+ "duration_seconds": 909.888803438007,
188
+ "timestamp": "2026-04-13T05:01:51.629069+00:00"
189
+ },
190
+ "gcn_architecture": {
191
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
192
+ "arm_name": "gcn_architecture",
193
+ "description": "Replace GraphSAGE with GCN architecture",
194
+ "instance_id": 34811227,
195
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 251Gi 137Gi 29Gi 160Mi 84Gi 110Gi\nModel name: AMD EPYC 7B12 64-Core Processor",
196
+ "metrics": {
197
+ "val_mae": 4.6876,
198
+ "val_mse": 68.2119,
199
+ "val_r2": 0.6346,
200
+ "best_val_loss": 68.1825,
201
+ "conv_type": "SAGE",
202
+ "hidden_dim": 64,
203
+ "num_layers": 3,
204
+ "dropout": 0.1,
205
+ "learning_rate": 0.001,
206
+ "epochs": 50
207
+ },
208
+ "exit_code": 0,
209
+ "error": "",
210
+ "duration_seconds": 400.41222775599454,
211
+ "timestamp": "2026-04-13T05:01:51.629639+00:00"
212
+ },
213
+ "gat_architecture": {
214
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
215
+ "arm_name": "gat_architecture",
216
+ "description": "Replace GraphSAGE with GAT architecture",
217
+ "instance_id": 34811231,
218
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 175Gi 61Gi 15Gi 267Gi 308Gi\nModel name: AMD EPYC 7443P 24-Core Processor",
219
+ "metrics": {
220
+ "val_mae": 4.7884,
221
+ "val_mse": 67.7432,
222
+ "val_r2": 0.6371,
223
+ "best_val_loss": 67.6519,
224
+ "conv_type": "SAGE",
225
+ "hidden_dim": 64,
226
+ "num_layers": 3,
227
+ "dropout": 0.1,
228
+ "learning_rate": 0.001,
229
+ "epochs": 50
230
+ },
231
+ "exit_code": 0,
232
+ "error": "",
233
+ "duration_seconds": 350.0156822659919,
234
+ "timestamp": "2026-04-13T05:01:51.629655+00:00"
235
+ },
236
+ "graphconv_architecture": {
237
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
238
+ "arm_name": "graphconv_architecture",
239
+ "description": "Replace GraphSAGE with GraphConv architecture",
240
+ "instance_id": 34811234,
241
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 3.6Gi 378Gi 27Mi 121Gi 495Gi\nModel name: AMD EPYC 7282 16-Core Processor",
242
+ "metrics": {
243
+ "val_mae": 4.6766,
244
+ "val_mse": 68.8789,
245
+ "val_r2": 0.631,
246
+ "best_val_loss": 68.8231,
247
+ "conv_type": "SAGE",
248
+ "hidden_dim": 64,
249
+ "num_layers": 3,
250
+ "dropout": 0.1,
251
+ "learning_rate": 0.001,
252
+ "epochs": 50
253
+ },
254
+ "exit_code": 0,
255
+ "error": "",
256
+ "duration_seconds": 502.6296168830013,
257
+ "timestamp": "2026-04-13T05:01:51.629665+00:00"
258
+ },
259
+ "increased_hidden_dim_128": {
260
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
261
+ "arm_name": "increased_hidden_dim_128",
262
+ "description": "Increase hidden dimension to 128",
263
+ "instance_id": 34811238,
264
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 141Gi 6.5Gi 98Gi 9.0Mi 36Gi 133Gi\nModel name: AMD Ryzen Threadripper 7970X 32-Cores",
265
+ "metrics": {},
266
+ "exit_code": 124,
267
+ "error": "Training failed (exit 124): STDERR: Timed out after 1200s\nSTDOUT(tail): ",
268
+ "duration_seconds": 1200.1015126279963,
269
+ "timestamp": "2026-04-13T05:01:51.629672+00:00"
270
+ },
271
+ "layer_norm": {
272
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
273
+ "arm_name": "layer_norm",
274
+ "description": "Add layer normalization to all layers",
275
+ "instance_id": 34811240,
276
+ "gpu_info": "",
277
+ "metrics": {},
278
+ "exit_code": -1,
279
+ "error": "SSH never became ready",
280
+ "duration_seconds": 0.0,
281
+ "timestamp": "2026-04-13T05:01:51.629679+00:00"
282
+ },
283
+ "cosine_annealing_lr": {
284
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
285
+ "arm_name": "cosine_annealing_lr",
286
+ "description": "Use cosine annealing learning rate scheduler",
287
+ "instance_id": 34811246,
288
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 566Gi 27Gi 130Gi 153Mi 408Gi 532Gi\nModel name: AMD EPYC 7763 64-Core Processor",
289
+ "metrics": {
290
+ "val_mae": 4.7982,
291
+ "val_mse": 68.5735,
292
+ "val_r2": 0.6327,
293
+ "best_val_loss": 68.4313,
294
+ "conv_type": "SAGE",
295
+ "hidden_dim": 64,
296
+ "num_layers": 3,
297
+ "dropout": 0.1,
298
+ "learning_rate": 0.001,
299
+ "epochs": 50
300
+ },
301
+ "exit_code": 0,
302
+ "error": "",
303
+ "duration_seconds": 813.3919767069892,
304
+ "timestamp": "2026-04-13T05:01:51.629686+00:00"
305
+ },
306
+ "huber_loss": {
307
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter1",
308
+ "arm_name": "huber_loss",
309
+ "description": "Use Huber loss instead of MAE",
310
+ "instance_id": 34811249,
311
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 16Gi 181Gi 216Mi 305Gi 483Gi\nModel name: AMD EPYC 7K62 48-Core Processor",
312
+ "metrics": {
313
+ "val_mae": 4.6219,
314
+ "val_mse": 67.9053,
315
+ "val_r2": 0.6363,
316
+ "best_val_loss": 67.8528,
317
+ "conv_type": "SAGE",
318
+ "hidden_dim": 64,
319
+ "num_layers": 3,
320
+ "dropout": 0.1,
321
+ "learning_rate": 0.001,
322
+ "epochs": 50
323
+ },
324
+ "exit_code": 0,
325
+ "error": "",
326
+ "duration_seconds": 874.0376284039958,
327
+ "timestamp": "2026-04-13T05:01:51.629692+00:00"
328
+ }
329
+ },
330
+ "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2": {
331
+ "baseline": {
332
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
333
+ "arm_name": "baseline",
334
+ "description": "Original GraphSAGE with hidden_dim=64, 3 layers",
335
+ "instance_id": 34814450,
336
+ "gpu_info": "NVIDIA GeForce RTX 4090, 23028 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 251Gi 61Gi 134Gi 59Mi 54Gi 186Gi\nModel name: AMD EPYC 7763 64-Core Processor",
337
+ "metrics": {
338
+ "val_mae": 4.6946,
339
+ "val_mse": 68.3496,
340
+ "val_r2": 0.6339,
341
+ "best_val_loss": 68.2476,
342
+ "conv_type": "SAGE",
343
+ "hidden_dim": 64,
344
+ "num_layers": 3,
345
+ "dropout": 0.1,
346
+ "learning_rate": 0.001,
347
+ "epochs": 50
348
+ },
349
+ "exit_code": 0,
350
+ "error": "",
351
+ "duration_seconds": 709.6051656240015,
352
+ "timestamp": "2026-04-13T05:38:00.797679+00:00"
353
+ },
354
+ "gat_with_residuals": {
355
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
356
+ "arm_name": "gat_with_residuals",
357
+ "description": "Replace GraphSAGE with GAT architecture using residual connections",
358
+ "instance_id": 34814455,
359
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 1.0Ti 152Gi 415Gi 41Gi 440Gi 807Gi\nModel name: AMD EPYC 7B13 64-Core Processor",
360
+ "metrics": {
361
+ "val_mae": 4.757,
362
+ "val_mse": 68.4555,
363
+ "val_r2": 0.6333,
364
+ "best_val_loss": 68.3975,
365
+ "conv_type": "SAGE",
366
+ "hidden_dim": 64,
367
+ "num_layers": 3,
368
+ "dropout": 0.1,
369
+ "learning_rate": 0.001,
370
+ "epochs": 50
371
+ },
372
+ "exit_code": 0,
373
+ "error": "",
374
+ "duration_seconds": 964.3877903920074,
375
+ "timestamp": "2026-04-13T05:38:00.798298+00:00"
376
+ },
377
+ "graphconv_with_skip": {
378
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
379
+ "arm_name": "graphconv_with_skip",
380
+ "description": "Use GraphConv with skip connections between layers",
381
+ "instance_id": 34814464,
382
+ "gpu_info": "",
383
+ "metrics": {},
384
+ "exit_code": -1,
385
+ "error": "SSH never became ready",
386
+ "duration_seconds": 0.0,
387
+ "timestamp": "2026-04-13T05:38:00.798315+00:00"
388
+ },
389
+ "increased_batch_size": {
390
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
391
+ "arm_name": "increased_batch_size",
392
+ "description": "Increase training batch size from 32 to 128",
393
+ "instance_id": 34814466,
394
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 175Gi 57Gi 15Gi 270Gi 307Gi\nModel name: AMD EPYC 7443P 24-Core Processor",
395
+ "metrics": {
396
+ "val_mae": 4.7165,
397
+ "val_mse": 68.0826,
398
+ "val_r2": 0.6353,
399
+ "best_val_loss": 67.9794,
400
+ "conv_type": "SAGE",
401
+ "hidden_dim": 64,
402
+ "num_layers": 3,
403
+ "dropout": 0.1,
404
+ "learning_rate": 0.001,
405
+ "epochs": 50
406
+ },
407
+ "exit_code": 0,
408
+ "error": "",
409
+ "duration_seconds": 347.20319185500557,
410
+ "timestamp": "2026-04-13T05:38:00.798324+00:00"
411
+ },
412
+ "warmup_cosine_lr": {
413
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
414
+ "arm_name": "warmup_cosine_lr",
415
+ "description": "Use cosine annealing with warmup for learning rate scheduling",
416
+ "instance_id": 34814467,
417
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 175Gi 56Gi 15Gi 271Gi 308Gi\nModel name: AMD EPYC 7443P 24-Core Processor",
418
+ "metrics": {},
419
+ "exit_code": -1,
420
+ "error": "Git clone failed: fatal: destination path '/workspace/experiment' already exists and is not an empty directory.\n",
421
+ "duration_seconds": 0.0,
422
+ "timestamp": "2026-04-13T05:38:00.798331+00:00"
423
+ },
424
+ "adamw_optimizer": {
425
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
426
+ "arm_name": "adamw_optimizer",
427
+ "description": "Use AdamW optimizer instead of Adam",
428
+ "instance_id": 34814475,
429
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 127Gi 115Gi 15Gi 260Gi 353Gi\nModel name: AMD EPYC 7532 32-Core Processor",
430
+ "metrics": {
431
+ "val_mae": 4.714,
432
+ "val_mse": 67.8806,
433
+ "val_r2": 0.6364,
434
+ "best_val_loss": 67.8202,
435
+ "conv_type": "SAGE",
436
+ "hidden_dim": 64,
437
+ "num_layers": 3,
438
+ "dropout": 0.1,
439
+ "learning_rate": 0.001,
440
+ "epochs": 50
441
+ },
442
+ "exit_code": 0,
443
+ "error": "",
444
+ "duration_seconds": 417.01239075099875,
445
+ "timestamp": "2026-04-13T05:38:00.798338+00:00"
446
+ },
447
+ "layer_norm_after_activation": {
448
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
449
+ "arm_name": "layer_norm_after_activation",
450
+ "description": "Apply layer normalization after activation in GNN layers",
451
+ "instance_id": 34814489,
452
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 251Gi 11Gi 17Gi 5.4Gi 223Gi 232Gi\nModel name: AMD EPYC 7542 32-Core Processor",
453
+ "metrics": {
454
+ "val_mae": 4.8022,
455
+ "val_mse": 67.5635,
456
+ "val_r2": 0.6381,
457
+ "best_val_loss": 67.5075,
458
+ "conv_type": "SAGE",
459
+ "hidden_dim": 64,
460
+ "num_layers": 3,
461
+ "dropout": 0.1,
462
+ "learning_rate": 0.001,
463
+ "epochs": 50
464
+ },
465
+ "exit_code": 0,
466
+ "error": "",
467
+ "duration_seconds": 396.3442929920129,
468
+ "timestamp": "2026-04-13T05:38:00.798344+00:00"
469
+ },
470
+ "multi_head_gat": {
471
+ "experiment": "research-comparing-gnn-architectures-gcn-sage-gat-gin-graphconv-for-p-iter2",
472
+ "arm_name": "multi_head_gat",
473
+ "description": "Use multi-head GAT with 8 attention heads",
474
+ "instance_id": 34814494,
475
+ "gpu_info": "NVIDIA GeForce RTX 4090, 24564 MiB, 1, 16\n---\n total used free shared buff/cache available\nMem: 503Gi 58Gi 169Gi 79Mi 274Gi 439Gi\nModel name: AMD EPYC 7713 64-Core Processor",
476
+ "metrics": {
477
+ "val_mae": 4.7207,
478
+ "val_mse": 67.6547,
479
+ "val_r2": 0.6376,
480
+ "best_val_loss": 67.5544,
481
+ "conv_type": "SAGE",
482
+ "hidden_dim": 64,
483
+ "num_layers": 3,
484
+ "dropout": 0.1,
485
+ "learning_rate": 0.001,
486
+ "epochs": 50
487
+ },
488
+ "exit_code": 0,
489
+ "error": "",
490
+ "duration_seconds": 1016.0155797129992,
491
+ "timestamp": "2026-04-13T05:38:00.798351+00:00"
492
+ }
493
+ }
494
+ }