Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 560788869
  • Loading branch information
tensorflower-gardener committed Aug 28, 2023
1 parent 6345b52 commit 57d747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/core/savedmodel_checkpoint_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def wait_for_new_savedmodel(
logging.info('Waiting for new savedmodel at %s', self._directory)
stop_time = time.time() + timeout if timeout is not None else None

last_savedmodel_number = 0
last_savedmodel_number = -1
if last_savedmodel:
last_savedmodel_number = self.get_savedmodel_number_from_path(
last_savedmodel)
Expand Down

0 comments on commit 57d747e

Please sign in to comment.