(checkpoints_path)
| 165 | |
| 166 | |
| 167 | def get_checkpoint_tracker_filename(checkpoints_path): |
| 168 | return os.path.join(checkpoints_path, 'latest_checkpointed_iteration.txt') |
| 169 | |
| 170 | |
| 171 | def save_zero_checkpoint(args, iteration, optimizer): |
no outgoing calls
no test coverage detected