AstrAI/astrai/serialization
ViperEkura 84ed2327f5 feat: add --resume flag to decouple weight loading from training resumption
- Add --resume bool flag to train.py CLI
- --param_path always loads weights only by default
- --resume restores epoch, consumed_samples, optimizer & scheduler
- Checkpoint.load() now preserves full meta dict
- Update test_early_stopping to use new param_path/resume API
2026-07-16 14:23:23 +08:00
..
__init__.py feat: add JSONL dataset store with on-the-fly tokenization 2026-07-04 15:42:33 +08:00
checkpoint.py feat: add --resume flag to decouple weight loading from training resumption 2026-07-16 14:23:23 +08:00
dataset.py fix: support single .h5 file loading in load_h5 2026-07-07 00:11:16 +08:00