diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-29 12:57:11 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-29 12:57:11 -0500 |
| commit | 24c416006a02ed5927171eae4d0aff6ee1e4482a (patch) | |
| tree | bc071f433b59220beb1b17af735a8b1690cffca6 /README.md | |
| parent | c54ddb88b532be28ca3096e21de405d90163ecfa (diff) | |
Add CPU result audit reports
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |
