From c54ddb88b532be28ca3096e21de405d90163ecfa Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Mon, 29 Jun 2026 12:04:47 -0500 Subject: Package full RRoG GNN project --- runs/rec_rrog_full_sig0.0_K1_none_T1_ns3_s0.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 runs/rec_rrog_full_sig0.0_K1_none_T1_ns3_s0.json (limited to 'runs/rec_rrog_full_sig0.0_K1_none_T1_ns3_s0.json') diff --git a/runs/rec_rrog_full_sig0.0_K1_none_T1_ns3_s0.json b/runs/rec_rrog_full_sig0.0_K1_none_T1_ns3_s0.json new file mode 100644 index 0000000..0d09206 --- /dev/null +++ b/runs/rec_rrog_full_sig0.0_K1_none_T1_ns3_s0.json @@ -0,0 +1,44 @@ +{ + "dataset": "ZINC-cycle56", + "tag": "rec_rrog_full_sig0.0_K1_none_T1_ns3_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": 200, + "lr": 0.001, + "bs": 256, + "lam_q": 1.0, + "act": false, + "halt_max_steps": 8, + "halt_norm_threshold": 0.3, + "halt_temp": 0.1, + "halt_target": "soft", + "halt_exploration_prob": 0.1, + "seed": 0, + "sec": 220.1, + "dev": "cuda", + "arch": "rrog_once_agg_node_compute", + "y_std_raw": [ + 0.7805301547050476, + 0.9526597261428833 + ], + "ep": 200, + "val_mae": [ + 0.11644899100065231, + 0.1973070651292801 + ], + "test_mae": [ + 0.128986656665802, + 0.20789974927902222 + ], + "test_mae_oracle": [ + 0.128986656665802, + 0.20789974927902222 + ] +} \ No newline at end of file -- cgit v1.2.3