orbax icon indicating copy to clipboard operation
orbax copied to clipboard

Added ```checkpoint_steps``` parameter to checkpoints_config

Open copybara-service[bot] opened this issue 2 years ago • 1 comments

Added checkpoint_steps parameter to checkpoints_config Description of parameter: able to insert additional config (like period) that you pass in a list of training steps, and we save checkpoints at that specific training step parameter saves at the specified training step regardless of step offset (so if step offset is 2, and checkpoint_steps = [1], we will NOT save at checkpoint 3, but rather, we only save at step 1 and won't save in this case due to the offset starting at 2)

copybara-service[bot] avatar May 18 '23 19:05 copybara-service[bot]

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar May 18 '23 19:05 google-cla[bot]