Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow checkpoint name to be set explicitly. (#87)
* rename single-letter variables * ruff auto format * fix checkpoint_model call in train_model mypy v1.11.0 caught following issues aviary/train.py:320: error: Unexpected keyword argument "model" for "checkpoint_model" [call-arg] aviary/train.py:320: error: Unexpected keyword argument "epoch" for "checkpoint_model"; did you mean "epochs"? [call-arg] aviary/train.py:328: error: Argument "timestamp" to "checkpoint_model" has incompatible type "str | None"; expected "str" [arg-type] * fix: remove strict from zip * checkpoint every 10 * fea: working save every 10 * fea: checkpoint filename --------- Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
- Loading branch information