aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/estimator_test.py
Commit message (Expand)AuthorAge
* Update hooks for distributed jobs with a master node, to ensure thatGravatar A. Unique TensorFlower2018-09-28
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Automated rollback of commit 844074c2a8e61b744c3de2718e1c9ea7b1d2edc2Gravatar A. Unique TensorFlower2018-09-26
* Update hooks for distributed jobs with a master node, to ensure thatGravatar A. Unique TensorFlower2018-09-26
* Add support for the new metrics in the Estimator module.Gravatar Pavithra Vijay2018-08-30
* Generates an actionable/useful error if train is called in wrong configuration.Gravatar Mustafa Ispir2018-08-16
* Allows feature inputs to be arbitrary nested tuples in TPUEstimator which is ...Gravatar Olivia Nordquist2018-08-15
* Remove unused Estimator overrides.Gravatar Jianwei Xie2018-08-15
* Create new MultiStepStopHook for running mutiple steps per run when using TPU...Gravatar Sourabh Bajaj2018-08-10
* Support writing np.ndarray as tensors in Summary proto.Gravatar A. Unique TensorFlower2018-08-09
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* fix bug in estimator constructor when model dir is emptyGravatar Zhenyu Tan2018-07-31
* abstract config overwrite logic as public APIGravatar Zhenyu Tan2018-07-30
* Automated rollback of commit 568727eed199dba04e37f500265b50f96fed455eGravatar Nick Felt2018-07-24
* Add v2 summary support to Estimator.train() and MonitoredSession hooksGravatar Nick Felt2018-07-24
* move session config creation logic to seperate function for reuseGravatar Zhenyu Tan2018-07-17
* Add support for metric_ops that are Operations when exporting TRAIN or EVAL S...Gravatar Karmel Allison2018-07-13
* Add more helpful error messages when restoring from checkpoint fails.Gravatar Karmel Allison2018-06-29
* Create default export_outputs for Estimators when predicting if none are prov...Gravatar Karmel Allison2018-06-22
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Allow SavedModelBuilder to use custom Savers, and pass custom Savers includedGravatar Karmel Allison2018-06-06
* Write checkpoint path of evaluated checkpoint to the event file.Gravatar A. Unique TensorFlower2018-05-31
* Adding stop request capability to CheckpointSaverListener. An example usage o...Gravatar Mustafa Ispir2018-05-22
* Move fn_args utility into core TensorFlow from Estimator.Gravatar Michael Case2018-05-11
* Added eval_dir to Estimator so that user does not need to guess which directo...Gravatar Mustafa Ispir2018-05-10
* For Estimators, SavedModels for multiple modes should be exported into the sameGravatar Karmel Allison2018-05-10
* Add the ability to export separate SavedModels for train and eval mode to Est...Gravatar Karmel Allison2018-05-05
* Allow evaluation and prediction through warm-starting (no current checkpoint ...Gravatar A. Unique TensorFlower2018-05-02
* Allow `warm_start_from` argument to be a SavedModel path.Gravatar A. Unique TensorFlower2018-05-01
* Enable checkpointless eval and predict for tf.estimator.Gravatar A. Unique TensorFlower2018-05-01
* Added a call in CheckpointSaverHook.after_create_session to always saveGravatar Sherry Moore2018-04-24
* Let estimators to be used when eager is enabled.Gravatar Mustafa Ispir2018-04-20
* Automated g4 rollback of changelist 191753026Gravatar A. Unique TensorFlower2018-04-05
* Added a call in CheckpointSaverHook.after_create_session to always saveGravatar Sherry Moore2018-04-05
* Currently, multi-image summaries have their image indices removed and so they...Gravatar A. Unique TensorFlower2018-03-13
* Adds a TensorServingInputReceiver that allows export_savedmodel to pass rawGravatar Karmel Allison2018-03-01
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Add yield_single_examples arg to Estimator.predictGravatar A. Unique TensorFlower2018-02-12
* Adds prediction_hooks into EstimatorSpec.Gravatar Jianwei Xie2018-01-29
* Add WarmStartSettings configuration for all Estimators.Gravatar A. Unique TensorFlower2018-01-25
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* meta_graph export: Add support to strip default valued attributes.Gravatar A. Unique TensorFlower2018-01-02
* Dataset support within Estimator. With this cl Input_fn can return a Dataset.Gravatar Mustafa Ispir2017-11-28
* Run Estimator.export_savedmodel with the user's TFSession config.Gravatar Igor Saprykin2017-11-10
* Support summary proto in eval_metrics in estimator.Gravatar A. Unique TensorFlower2017-11-07
* Estimator.predict should not generate warning if user uses TF dataset.Gravatar Jianwei Xie2017-10-09
* Added get variable utils to tf.estimator.Estimator.Gravatar Mustafa Ispir2017-10-04
* Added utilities to make global step reading deterministic. Used them in Estim...Gravatar Mustafa Ispir2017-10-04
* Added CheckpointSavingListeners into Estimator.train interface. This is used ...Gravatar Mustafa Ispir2017-10-03
* Create training loss summary with name 'loss' if not already done by the user.Gravatar Martin Wicke2017-10-02