aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/evaluation.py
Commit message (Expand)AuthorAge
* Fix the eval hook to run the correct number of steps when using TPU strategyGravatar Sourabh Bajaj2018-09-26
* Add 'log_progress' argument for tf.estimator.Estimator's evaluate function (...Gravatar Urs Köster2017-10-31
* Change StopAfterNEvalsHook to support iterating dataset indefinitely.Gravatar A. Unique TensorFlower2017-09-20
* Avoid mutating the `hooks` argument when calling evaluation._evaluate_once().Gravatar A. Unique TensorFlower2017-08-22
* Fixed the race condition between multi eval step increments.Gravatar Jianwei Xie2017-08-18
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Move evaluation_once from contrib to core.Gravatar Jianwei Xie2017-02-23