Refine attempt policy and logging requirements.
Clarify that independent attempts must be research-level changes, enforce logging of both successful and failed trials, and document checkpoint promotion flow for latest-eval vs best artifacts. Made-with: Cursor
This commit is contained in:
@@ -17,6 +17,7 @@ This repository is intentionally pinned to CUDA 12.6 PyTorch wheels and matching
|
||||
- Every attempt must update this README (append a short entry in `## Attempt Log`).
|
||||
- Attempt log is mandatory for both successful and failed trials.
|
||||
- Flow-matching training time must stay random (middle-time supervision is mandatory).
|
||||
- Independent attempts must be research-level changes (architecture/training strategy/loss design). Pure hyperparameter-only runs are not counted as standalone attempts.
|
||||
- Commits touching `train.py` must include:
|
||||
- `reports/latest_eval.json`
|
||||
- strictly better `mean_rmsd_100` compared to previous best (enforced by pre-commit).
|
||||
|
||||
Reference in New Issue
Block a user