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/diag_csl_gin_L4_s0.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 runs/diag_csl_gin_L4_s0.json (limited to 'runs/diag_csl_gin_L4_s0.json') diff --git a/runs/diag_csl_gin_L4_s0.json b/runs/diag_csl_gin_L4_s0.json new file mode 100644 index 0000000..d3a2432 --- /dev/null +++ b/runs/diag_csl_gin_L4_s0.json @@ -0,0 +1,24 @@ +{ + "task": "csl", + "model": "gin", + "layers": 4, + "seed": 0, + "kind": null, + "n": 150, + "n_train": 100, + "n_test": 50, + "conv_round": 1, + "sec": 4.9, + "dev": "cuda", + "train_acc": 0.1, + "test_acc": 0.1, + "wl_ceiling_acc_converged": 0.1, + "wl_ceiling_acc_Ldepth": 0.1, + "test_bucket_counts": { + "H2": 50 + }, + "failure_bucket_counts": { + "H2": 45 + }, + "n_failures": 45 +} \ No newline at end of file -- cgit v1.2.3