You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to PRs on mypy annotation by @gruebel we discovered few classes where we have to redesign methods in order to keep consistency with their base classes.
🐛 Bug description
Thanks to PRs on mypy annotation by @gruebel we discovered few classes where we have to redesign methods in order to keep consistency with their base classes.
to_save
should not beOptional
but it is due toModelCheckpoint
and current implementation.ignite/ignite/handlers/checkpoint.py
Line 241 in ddcce01
@gruebel please comment here if you think about other classes/methods we did a type relaxation.
cc @sdesrozis @fco-dv
The text was updated successfully, but these errors were encountered: