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/real_gcn_L5_rni0_s0.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 runs/real_gcn_L5_rni0_s0.json (limited to 'runs/real_gcn_L5_rni0_s0.json') diff --git a/runs/real_gcn_L5_rni0_s0.json b/runs/real_gcn_L5_rni0_s0.json new file mode 100644 index 0000000..b9ec4df --- /dev/null +++ b/runs/real_gcn_L5_rni0_s0.json @@ -0,0 +1,18 @@ +{ + "dataset": "Peptides-struct", + "tag": "gcn_L5_rni0_s0", + "conv": "gcn", + "layers": 5, + "hidden": 128, + "rni": 0, + "epochs": 150, + "lr": 0.001, + "bs": 128, + "seed": 0, + "sec": 161.5, + "dev": "cuda", + "ep": 150, + "train_mae": 0.244050630256077, + "val_mae": 0.25049042685914025, + "test_mae": 0.2555193755450103 +} \ No newline at end of file -- cgit v1.2.3