aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/training_test.py
Commit message (Expand)AuthorAge
* Improves the error essage for throttle_secs=0 case.Gravatar Jianwei Xie2018-08-20
* Automated rollback of commit 568727eed199dba04e37f500265b50f96fed455eGravatar Nick Felt2018-07-24
* Add v2 summary support to Estimator.train() and MonitoredSession hooksGravatar Nick Felt2018-07-24
* Make protocol used in estimator customizable.Gravatar Li Liangbin2018-07-14
* Improving local run behavior in estimator.train_and_evaluate.Gravatar Mustafa Ispir2018-06-18
* Add evaluation metrics and export results in the new train_and_evaluate API (...Gravatar A. Unique TensorFlower2018-05-17
* Adds the EvalListener support for run_local.Gravatar Jianwei Xie2018-05-02
* Allow not specifying eval_spec when evaluation is not necessarily run.Gravatar A. Unique TensorFlower2018-04-28
* Merge changes from github.Gravatar Frank Chen2018-01-10
* Adds _TrainingExecutor.run method to automatically invoke correct procedure.Gravatar Jianwei Xie2018-01-02
* Adds train_hooks into _TrainingExecutor.Gravatar Jianwei Xie2017-12-22
* Introduce the ContinuousEvalListenerGravatar Jianwei Xie2017-12-18
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Sets the master to '' for single node cluster.Gravatar Jianwei Xie2017-12-05
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Update serving_input_fn argument name to serving_input_receiver_fnGravatar David Soergel2017-10-19
* Fixed the training_test on gpu-py3.Gravatar Jianwei Xie2017-10-05
* Adds throlle_secs into run_masterGravatar Jianwei Xie2017-10-05
* Add the 'is_the_final_export' signal to Exporters.Gravatar Igor Saprykin2017-10-05
* Adds integration test for tf.estimator.train_and_evaluate.Gravatar Jianwei Xie2017-10-04
* Automated g4 rollback of changelist 171070760Gravatar Igor Saprykin2017-10-04
* Add the 'is_the_final_export' signal to Exporters. Use them in training.Gravatar Igor Saprykin2017-10-04
* errors out if the evaluator has task id > 0.Gravatar Jianwei Xie2017-10-04
* Some docstring twists and argument validations.Gravatar Jianwei Xie2017-10-04
* Adds the docstring with details for tf.estimator.train_and_evaluateGravatar Jianwei Xie2017-10-04
* Support evaluation in `_TrainingExecutor.run_master()`.Gravatar Igor Saprykin2017-10-03
* Refactor ExportStrategies into Exporters.Gravatar Igor Saprykin2017-10-03
* Handle the absence of a fresh eval checkpoint in `run_local`.Gravatar Igor Saprykin2017-10-03
* Automated g4 rollback of changelist 170892257Gravatar Gunhan Gulsoy2017-10-03
* Handle the absence of a fresh eval checkpoint in `run_local`.Gravatar Igor Saprykin2017-10-03
* Adds strong validation on eval metrics returnes by `Estimator.evaluate`Gravatar Jianwei Xie2017-10-02
* Internal change.Gravatar Jianwei Xie2017-09-30
* Invoke export strategies when train_and_evaluate runs locally.Gravatar Igor Saprykin2017-09-29
* Verify that TrainingExecutor's export strategies have unique names.Gravatar Igor Saprykin2017-09-28
* Support export strategies in _TrainingExecutor.Gravatar Igor Saprykin2017-09-27
* Adds implementation for tf.estimator.train_and_evaluateGravatar Jianwei Xie2017-09-27
* Add latest_checkpoint to the estimator. Users of estimators do not need to kn...Gravatar Mustafa Ispir2017-09-25
* Local run option of estimator training.Gravatar Mustafa Ispir2017-09-22
* Replace assert_called() with called to fix python3 test failuresGravatar Shanqing Cai2017-09-22
* Add run_ps in _TrainingExecutor.Gravatar Jianwei Xie2017-09-21
* Adds continuous evaluation (for distributed train and eval) into _TrainingExe...Gravatar Jianwei Xie2017-09-19
* Adds distributed training into TrainingExecutor.Gravatar Jianwei Xie2017-09-14
* Introduces the placeholder for _TrainingExecutor, which serves the implementa...Gravatar Jianwei Xie2017-09-11
* Changed the default eval throttle secs from 2 min to 10 mins.Gravatar Jianwei Xie2017-09-09
* Introduces TrainSpec and EvalSpec.Gravatar Jianwei Xie2017-09-08