aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/python
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Provide MetaGraphDef transformer, and call it from SavedModel export.Gravatar David Soergel2017-07-28
* Create new tf.learn.estimator.head which is based on a tf.DistributionGravatar Joshua V. Dillon2017-07-26
* Convert contrib ModeKeys correctly to align with core ModeKeys in ModelFnOps ...Gravatar A. Unique TensorFlower2017-07-21
* fix linkGravatar Mark Daoust2017-07-20
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Adds a warning if the evaluation steps are 0Gravatar Jianwei Xie2017-07-19
* adds missing "pass" to empty method in tf.contrib.learn.DNNClassifier docGravatar A. Unique TensorFlower2017-07-18
* Fix sample usage of learn.utils.gc: re.escape() the base_dir before matching.Gravatar A. Unique TensorFlower2017-07-18
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Add warning to Experiment so that users know to set environment=cloud if they...Gravatar A. Unique TensorFlower2017-07-11
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* To add an arg 'name' to Experiment.evaluate() in order to distinguish multipl...Gravatar A. Unique TensorFlower2017-07-10
* Adds option to pass default head key through `make_parsing_export_strategy`Gravatar A. Unique TensorFlower2017-07-05
* This change fixes a bug that BaseEstimator.evaluate() ignores a function para...Gravatar A. Unique TensorFlower2017-06-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Adds notes to prevent overfitting for Experiment continous_train_and_eval.Gravatar Jianwei Xie2017-06-26
* Add support of label_keys to DebugClassifierGravatar Makoto Uchida2017-06-22
* Generalize cluster initialization to span multiple mini-batches if necessary.Gravatar A. Unique TensorFlower2017-06-22
* Add log_step_count_steps to RunConfig and allow it to flow to the MonitoredSe...Gravatar A. Unique TensorFlower2017-06-21
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-21
* Expose num_enqueue_threads argument to read_batch_features.Gravatar A. Unique TensorFlower2017-06-20
* Implements Debug Estimators.Gravatar A. Unique TensorFlower2017-06-16
* Replace assertRaisesWithRegexpMatch to assertRaisesRegexpGravatar Shanqing Cai2017-06-13
* The activation function for canned DNN's can now optionally be specified with...Gravatar A. Unique TensorFlower2017-06-13
* Update comment describing num_epochs to specify that `tf.local_variables_init...Gravatar A. Unique TensorFlower2017-06-12
* Remove experimental decordarator.Gravatar Jianwei Xie2017-06-12
* Better error message when a MetricSpec overspecifies keys.Gravatar Martin Wicke2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Bugfix: Don't ignore logical names in single tensor predict signatures. User-...Gravatar David Soergel2017-06-08
* Swap the order of NanTensorHook and custom hooksGravatar Shanqing Cai2017-06-07
* Make tf.contrib.lookup python functions use the kernels v2 that uses the r...Gravatar Yutaka Leon2017-06-07
* Add loss_only_head to hold additional loss terms for multi_head setupGravatar A. Unique TensorFlower2017-06-02
* Fixes flaky test in dnn_linear_combined_test.Gravatar A. Unique TensorFlower2017-05-31
* Fix the contrib estimator_test by updating the global step in all the appropr...Gravatar Jonathan Hseu2017-05-27
* Fix StopAtStepHook with num_steps when multiple steps are executed in a singleGravatar Jonathan Hseu2017-05-26
* Add functionality in the ValidationMonitor to store and retrieve all evaluati...Gravatar A. Unique TensorFlower2017-05-24
* Make a silencing context manager for deprecations and use it.Gravatar Martin Wicke2017-05-23
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Turn off logging during transform instantiation.Gravatar Martin Wicke2017-05-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Seal learn_runner.Gravatar Jianwei Xie2017-05-18
* Deprecate contrib/learn/dataframe. To be removed June 15.Gravatar Martin Wicke2017-05-17
* Clarify error message. The checked condition is not whether model_fn has four...Gravatar A. Unique TensorFlower2017-05-16
* Support core feature columns in contrib canned Estimators.Gravatar Mustafa Ispir2017-05-15
* Improve the docstring in ExperimentGravatar Jianwei Xie2017-05-15
* Update RNN helpers to be able to handle dynamic state sizes.Gravatar Eugene Brevdo2017-05-15
* Adds property values checks in RunConfig.Gravatar Jianwei Xie2017-05-12