-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 --------- Co-authored-by: Janosh Riebesell <[email protected]>
- Loading branch information
Showing
1 changed file
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters