Files
ai-rfm/reports/latest_eval.json
demian3b 2a5f867839 Add bond-conditioned torsion head and log first eval.
Per-torsion predictions use bond endpoints and movable masks with pooled context; document smoke runs and persist latest eval artifacts.

Made-with: Cursor
2026-04-16 23:52:25 +09:00

12 lines
866 B
JSON

{
"mean_rmsd_100": 2.537496319413185,
"num_runs": 100,
"timestamp_utc": "2026-04-16T14:52:02.649041+00:00",
"command": "train.py --sdf /data/demian_dev/toy/sample.sdf --epochs 320 --batch-size 24 --model-type gcn --hidden 512 --gcn-layers 8 --eval-runs 100 --loss-domain displacement --weight-center 0.8 --weight-omega 2.0 --weight-torsion 3.0 --grad-clip 0.7 --rotation-loss geodesic --gcn-residual --lr 6.8e-4 --omega-max-norm 5.0 --rotation-weight-start 1.0 --rotation-weight-warmup-epochs 120 --tail-risk-weight 0.0 --torsion-head bond_pair --seed 1",
"notes": "Final test metric from 100 random-initialized rollouts to time=1.",
"best_train_mse": 6.513882160186768,
"model_source": "best_train_checkpoint",
"checkpoint_path": "/data/demian_dev/toy/ai_rfm/artifacts/latest_eval_best_model.pt",
"stop_reason": "max_epochs",
"stop_epoch": 319
}