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_ns2_act2_s124",
"grad_mode": "full",
"sigma": 0.0,
"K": 1,
"select": "none",
"T": 1,
"n_sup": 2,
"hidden": 16,
"agg_layers": 2,
"compute_layers": 1,
"epochs": 1,
"lr": 0.001,
"bs": 64,
"lam_q": 1.0,
"act": true,
"halt_max_steps": 2,
"halt_norm_threshold": 0.3,
"halt_temp": 0.1,
"halt_target": "soft",
"halt_exploration_prob": 0.1,
"seed": 124,
"sec": 3.3,
"dev": "cuda",
"arch": "rrog_once_agg_node_compute",
"y_std_raw": [
0.7805301547050476,
0.9526597261428833
],
"ep": 1,
"val_mae": [
0.5413900017738342,
0.7144505977630615
],
"test_mae": [
0.5429546236991882,
0.689839243888855
],
"test_mae_adaptive": [
0.5429546236991882,
0.689839243888855
],
"fixed_steps": 2.0,
"adaptive_steps": 2.0
}
|