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_gin_rrog-act_T1_ns3_h32_e1_s994.json | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 runs/ogbg-molhiv_gin_rrog-act_T1_ns3_h32_e1_s994.json (limited to 'runs/ogbg-molhiv_gin_rrog-act_T1_ns3_h32_e1_s994.json') diff --git a/runs/ogbg-molhiv_gin_rrog-act_T1_ns3_h32_e1_s994.json b/runs/ogbg-molhiv_gin_rrog-act_T1_ns3_h32_e1_s994.json new file mode 100644 index 0000000..e505b47 --- /dev/null +++ b/runs/ogbg-molhiv_gin_rrog-act_T1_ns3_h32_e1_s994.json @@ -0,0 +1,46 @@ +{ + "dataset": "ogbg-molhiv", + "tag": "ogbg-molhiv_gin_rrog-act_T1_ns3_h32_e1_s994", + "view": "gin", + "compute": "rrog-act", + "T": 1, + "n_sup": 3, + "hidden": 32, + "agg_layers": 5, + "compute_layers": 2, + "epochs": 1, + "eval_every": 1, + "lr": 0.001, + "bs": 64, + "lam_q": 0.1, + "halt_max_steps": 4, + "halt_min_steps": 3, + "halt_target": "loss", + "halt_loss_threshold": 0.1, + "halt_exploration_prob": 0.1, + "ema": 0.0, + "seed": 994, + "num_workers": 0, + "max_train_batches": 1, + "max_eval_batches": 1, + "metric": "rocauc", + "sec": 0.9, + "dev": "cuda", + "ep": 1, + "val": { + "rocauc": 0.26884920634920634 + }, + "val_adaptive": { + "rocauc": 0.26884920634920634 + }, + "test": { + "rocauc": 0.2479838709677419 + }, + "test_adaptive": { + "rocauc": 0.2479838709677419 + }, + "fixed_val_steps": 4.0, + "adaptive_val_steps": 4.0, + "fixed_steps": 4.0, + "adaptive_steps": 4.0 +} \ No newline at end of file -- cgit v1.2.3