lanl / scico

Scientific Computational Imaging COde
BSD 3-Clause "New" or "Revised" License
90 stars 17 forks source link

Updates to `scico.flax` needed due to changes in `orbax-checkpoint` API #497

Open bwohlberg opened 5 months ago

bwohlberg commented 5 months ago

Running the training example scripts with the most recent version of orbax-checkpoint results in the following warning

WARNING:absl:Configured `CheckpointManager` using deprecated legacy API.
Please follow the instructions at https://orbax.readthedocs.io/en/latest/api_refactor.html
to migrate by May 1st, 2024.

It appears that the API changes were introduced in orbax-checkpoints 0.5.0.