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 --- ...gbg-molhiv_gcn_classic_T0_ns3_h128_e100_s0.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 runs/ogbg-molhiv_gcn_classic_T0_ns3_h128_e100_s0.json (limited to 'runs/ogbg-molhiv_gcn_classic_T0_ns3_h128_e100_s0.json') diff --git a/runs/ogbg-molhiv_gcn_classic_T0_ns3_h128_e100_s0.json b/runs/ogbg-molhiv_gcn_classic_T0_ns3_h128_e100_s0.json new file mode 100644 index 0000000..f4dd13f --- /dev/null +++ b/runs/ogbg-molhiv_gcn_classic_T0_ns3_h128_e100_s0.json @@ -0,0 +1,32 @@ +{ + "dataset": "ogbg-molhiv", + "tag": "ogbg-molhiv_gcn_classic_T0_ns3_h128_e100_s0", + "view": "gcn", + "compute": "classic", + "T": 0, + "n_sup": 3, + "hidden": 128, + "agg_layers": 5, + "compute_layers": 2, + "epochs": 100, + "eval_every": 10, + "lr": 0.001, + "bs": 128, + "lam_q": 1.0, + "halt_max_steps": 8, + "halt_exploration_prob": 0.1, + "seed": 0, + "num_workers": 0, + "max_train_batches": 0, + "max_eval_batches": 0, + "metric": "rocauc", + "sec": 342.7, + "dev": "cuda", + "ep": 50, + "val": { + "rocauc": 0.7599512541642173 + }, + "test": { + "rocauc": 0.7072114177562332 + } +} \ No newline at end of file -- cgit v1.2.3