From 24c416006a02ed5927171eae4d0aff6ee1e4482a Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Mon, 29 Jun 2026 12:57:11 -0500 Subject: Add CPU result audit reports --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2bbf938..1e840d3 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,16 @@ Collect summaries: ./scripts/collect_results.sh ``` +Audit existing results without GPU: + +```bash +python3 scripts/audit_results.py --min-epochs 10 +``` + +This writes `analysis/result_audit.md`, `analysis/result_cells.csv`, +`analysis/paired_deltas.csv`, `analysis/delta_summary.csv`, and +`analysis/coverage.csv`. + ## Backbones The implemented 2D view/backbone list is shared across ZINC and OGB: -- cgit v1.2.3