Record failed tuning attempts I and J.

Append mandatory attempt-log entries for recent non-improving runs while preserving the current best checkpoint and metrics.

Made-with: Cursor
This commit is contained in:
demian3b
2026-04-16 17:45:43 +09:00
parent d125e7ca81
commit 81f8f2cd15

View File

@@ -60,3 +60,5 @@ This repository is intentionally pinned to CUDA 12.6 PyTorch wheels and matching
- 2026-04-16: Failed attempt G (`accum=3` for stability) reached `mean_rmsd_100=2.561071`; no commit.
- 2026-04-16: Policy update: every attempt (success/failure) must be logged; checkpoint flow changed to `artifacts/latest_eval_best_model.pt` per run, while pre-commit promotes improved runs to `artifacts/best_model.pt`.
- 2026-04-16: Improved attempt H (same weighted config, `seed=1`) reached `mean_rmsd_100=2.461592` (improved from `2.505556`).
- 2026-04-16: Failed attempt I (same weighted config, `seed=2`) reached `mean_rmsd_100=2.590216`; no commit.
- 2026-04-16: Failed attempt J (same weighted config, `seed=3`) reached `mean_rmsd_100=2.554448`; no commit.