diff options
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: |
