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
In CheckpointMangerOptions docstring, it is said that max_to_keep, keep_time_interval, etc are deprecated and users should use preservation_policy instead. See here
However, orbax/checkpoint/orbax/checkpoint/__init__.pyfile does not expose users to PreservationPolicy class.
This is probably an oversight. Hence, I am opening this issue.