- 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 |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_callbacks.py | ||
| test_early_stopping.py | ||
| test_grpo_strategy.py | ||
| test_train_strategy.py | ||
| test_trainer.py | ||