Skip to content
Snippets Groups Projects
Commit 72ce48c0 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Skip not found checkpoints

parent 41aa1b2a
No related branches found
No related tags found
3 merge requests!22Add a prediction script,!21Resolve "Adopt to the Estimators API",!20Create a default runconfig
Pipeline #
...@@ -96,6 +96,7 @@ def main(argv=None): ...@@ -96,6 +96,7 @@ def main(argv=None):
except Exception: except Exception:
print('Failed to find global_step for checkpoint_path {}, ' print('Failed to find global_step for checkpoint_path {}, '
'skipping ...'.format(checkpoint_path)) 'skipping ...'.format(checkpoint_path))
continue
if global_step in evaluated_steps: if global_step in evaluated_steps:
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment