Skip to content
Snippets Groups Projects

Resolve "Adopt to the Estimators API"

Merged Tiago de Freitas Pereira requested to merge 40-adopt-to-the-estimators-api into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading