Added ```checkpoint_steps``` parameter to checkpoints_config
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)
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.