Add 'log_progress' argument for tf.estimator.Estimator's evaluate function (#13695)
* Add argument for tf.estimator.Estimator's evaluate function * add log_progress argument to ._convert_eval_steps_to_hooks for TPU estimator * log only every 10th step if more than 100 iterations in _StopAfterNEvalsHook * ensure last step is logged and aim for 10 outputs total
Loading
Please sign in to comment