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
|
{
"dataset": "ZINC-cycle56",
"tag": "rec_rrog_full_sig0.0_K1_none_T1_ns3_act8_s0",
"grad_mode": "full",
"sigma": 0.0,
"K": 1,
"select": "none",
"T": 1,
"n_sup": 3,
"hidden": 64,
"agg_layers": 5,
"compute_layers": 2,
"epochs": 40,
"lr": 0.001,
"bs": 256,
"lam_q": 1.0,
"act": true,
"halt_max_steps": 8,
"halt_norm_threshold": 0.3,
"halt_temp": 0.1,
"halt_target": "soft",
"halt_exploration_prob": 0.1,
"seed": 0,
"sec": 70.9,
"dev": "cuda",
"arch": "rrog_once_agg_node_compute",
"y_std_raw": [
0.7805301547050476,
0.9526597261428833
],
"ep": 20,
"val_mae": [
0.39113977551460266,
0.46092846989631653
],
"test_mae": [
0.38368427753448486,
0.4671553671360016
],
"test_mae_adaptive": [
0.33561548590660095,
0.4454902708530426
],
"fixed_steps": 8.0,
"adaptive_steps": 5.9
}
|