Checkpoints default values for RunConfig (#8488)
* Default value of save_checkpoints_secs To not use the default value of save_checkpoints_secs if save_checkpoints_steps is specified in the RunConfig call * Update run_config.py * Addressing None, None caller input As mentioned in the review comments, the caller many not want any checkpoints and can pass None, None for these parameters. This is to address that case. * Fix indentation * Update run_config.py
Loading
Please sign in to comment