aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/model_fn.py
Commit message (Expand)AuthorAge
* Convert the new metric instances to (value_op, update_op) tuple in the Estima...Gravatar Pavithra Vijay2018-09-18
* Fix _check_is_tensor like _check_is_tensor_or_operation was fixed in #22264.Gravatar A. Unique TensorFlower2018-09-17
* Modified "_check_is_tensor_or_operation" to check if "x" is "tensor_like"Gravatar (David) Siu-Kei Muk2018-09-14
* Automated rollback of commit 56d4fc8ff67f48294ae5cb0a7f9ff3d954463aa3Gravatar A. Unique TensorFlower2018-09-13
* Add a `namedtuple` factory that accepts doc-strings.Gravatar Mark Daoust2018-09-13
* Roll forward of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2 (rolling back...Gravatar Katherine Wu2018-08-31
* Add support for the new metrics in the Estimator module.Gravatar Pavithra Vijay2018-08-30
* Automated rollback of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2Gravatar Katherine Wu2018-08-28
* Export Keras model to SavedModel.Gravatar Katherine Wu2018-08-28
* Clarified some docstrings, fixed some formatting.Gravatar A. Unique TensorFlower2018-08-20
* PUBLIC: Allow user passing training/evaluation/prediction_hooks from tf.estim...Gravatar Youlong Cheng2018-07-26
* Automated rollback of commit 568727eed199dba04e37f500265b50f96fed455eGravatar Nick Felt2018-07-24
* Add v2 summary support to Estimator.train() and MonitoredSession hooksGravatar Nick Felt2018-07-24
* Merge commit for internal changesGravatar Mingxing Tan2018-06-23
|\
| * Create default export_outputs for Estimators when predicting if none are prov...Gravatar Karmel Allison2018-06-22
* | fixes estimator model_fn signature in python docsGravatar Andrei Nigmatulin2018-06-22
| * Automated g4 rollback of changelist 200467580Gravatar A. Unique TensorFlower2018-06-14
| * Uses a resource variable by default for the global step.Gravatar Alexandre Passos2018-06-13
|/
* Internal Change.Gravatar Michael Case2018-06-07
* Internal Change.Gravatar Michael Case2018-05-07
* Add the ability to export separate SavedModels for train and eval mode to Est...Gravatar Karmel Allison2018-05-05
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Adds prediction_hooks into EstimatorSpec.Gravatar Jianwei Xie2018-01-29
* Fixes markdown formatting of EstimatorSpec constructor.Gravatar A. Unique TensorFlower2017-10-05
* Users can call EstimatorSpec._replace since it's a namedtuple. Calling _repla...Gravatar Mustafa Ispir2017-09-29
* Improved documentation about eval ops in EstimatorSpec.Gravatar Mustafa Ispir2017-09-06
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Adds evaluation_hooks in EstimatorSpec.Gravatar Jianwei Xie2017-07-15
* Added canned estimators to Tensorflow library. List of added estimators:Gravatar Mustafa Ispir2017-06-22
* Provide possible debugging options when triggering graph mismatchesGravatar Vijay Vasudevan2017-05-18
* Change hooks lists to immutable tuples, and allow any iterable for the associ...Gravatar A. Unique TensorFlower2017-04-24
* Adds weighted_average_loss metric key.Gravatar A. Unique TensorFlower2017-04-07
* Allow tuple-valued metrics in EstimatorsGravatar A. Unique TensorFlower2017-03-28
* Expose Estimator and associated utilities in the API.Gravatar Martin Wicke2017-03-16
* Added mean 'Loss' to Estimator.EvaluateGravatar Mustafa Ispir2017-03-14
* Move Estimator.export_savedmodel() to core.Gravatar David Soergel2017-03-10
* Rename Estimator.fit() -> Estimator.train() and ModeKeys.FIT -> ModeKeys.TRAIN.Gravatar Jonathan Hseu2017-03-10
* Relaxed restriction in EstimatorSpec: predictions can be empty in Eval mode.Gravatar Mustafa Ispir2017-03-09
* EstimatorSpec: Define default scaffold in case of None provided. This will re...Gravatar Mustafa Ispir2017-03-07
* Move estimator.evaluate into core.Gravatar A. Unique TensorFlower2017-02-27
* Move estimator.fit into core.Gravatar Mustafa Ispir2017-02-24
* internal changeGravatar Jianwei Xie2017-02-23