From c087be09a73361b6e3ccbaf902d2d08bc769d63d Mon Sep 17 00:00:00 2001 From: Void Agent Date: Fri, 14 Aug 2026 14:43:19 +0100 Subject: report pipeline: build_report.py (self-contained HTML), eval --runs-dir, plot fix, halting per-input steps --- runs-take2/rnn/seed0/run_meta.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 runs-take2/rnn/seed0/run_meta.json (limited to 'runs-take2/rnn/seed0/run_meta.json') diff --git a/runs-take2/rnn/seed0/run_meta.json b/runs-take2/rnn/seed0/run_meta.json new file mode 100644 index 0000000..587b392 --- /dev/null +++ b/runs-take2/rnn/seed0/run_meta.json @@ -0,0 +1,14 @@ +{ + "python": "3.11.15", + "torch": "2.13.0+cpu", + "numpy": "2.4.6", + "device": "cpu", + "torch_threads": 2, + "cmd": [ + "/home/jayrup/Projects/prime-grokking/src/train.py", + "rnn", + "0", + "--out_dir", + "runs-take2" + ] +} \ No newline at end of file -- cgit v1.2.3