aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/python
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Merge branch 'master' into fix_expand_dimsGravatar Martin Wicke2018-09-22
|\
| * Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
| * Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| * Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| * Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
| * Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
| * Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| * Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
| * Support distribution strategies in `Estimator.evaluate`.Gravatar Priya Gupta2018-07-31
| * Merge pull request #20520 from yongtang:07012018-expand_dimsGravatar TensorFlower Gardener2018-07-19
| |\
| * | Make protocol used in estimator customizable.Gravatar Li Liangbin2018-07-14
| | * Fix warning in _log_loss_with_two_classes as wellGravatar Yong Tang2018-07-03
| | * Additional fixGravatar Yong Tang2018-07-03
| | * Update calling of expand_dims with axisGravatar Yong Tang2018-07-03
| |/
| * Pass checkpoint_path to predicate functions for experiment.continuous_eval ev...Gravatar A. Unique TensorFlower2018-06-07
| * Merge changes from github.Gravatar Yifei Feng2018-05-24
| * Add support for partitioned variables to SDCA.Gravatar A. Unique TensorFlower2018-05-23
| * Move fn_args utility into core TensorFlow from Estimator.Gravatar Michael Case2018-05-11
| * Fix a bug about getting arguments of partial functions.Gravatar A. Unique TensorFlower2018-05-10
| * Update comment clarifying continuous eval behavior.Gravatar A. Unique TensorFlower2018-05-08
| * Merge changes from github.Gravatar Patrick Nguyen2018-05-01
| * Extend SDCAOptimizer functionality to prune negative indices (the default val...Gravatar A. Unique TensorFlower2018-04-30
| * Added a call in CheckpointSaverHook.after_create_session to always saveGravatar Sherry Moore2018-04-24
| * Merge changes from github.Gravatar Yifei Feng2018-04-23
* | Fix expand_dims of dims argument has been deprecated with axisGravatar imsheridan2018-04-17
* | adding ps_strategy to run_config to enable different placement strateā€¦ (#15...Gravatar Siu Kei, Muk2018-04-15
|/
* Adding hp5y back.Gravatar Rohan Jain2018-04-11
* Rename `distribute` to `train_distribute` parameter in `RunConfig` to clarify...Gravatar Priya Gupta2018-04-04
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* DistributionStrategy-enable Estimator.Gravatar A. Unique TensorFlower2018-03-28
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Prevent warning every time someone imports contrib.learn.datasets.baseGravatar James Keeling2018-03-27
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Expose a version of model_fn for contrib Estimators. Make the body of get_tim...Gravatar A. Unique TensorFlower2018-03-08
* Automated g4 rollback of changelist 185842713Gravatar Martin Wicke2018-03-06
* Docs: Fix prefix for the fancy-linker.Gravatar Billy Lamberta2018-03-06
* Deprecate tf.contrib.learn.Gravatar Martin Wicke2018-02-26
* Add min_check_interval_secs with 5s as default to ValidationMonitor to avoid ...Gravatar A. Unique TensorFlower2018-02-22
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Fix a bug of overestimating AUC_PR. When TP and FP are both 0s, the precision...Gravatar A. Unique TensorFlower2018-02-15
* regression_head accepts link_fn as parameter, so the use can use self defin...Gravatar A. Unique TensorFlower2018-02-09
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Contrib estimator should handle ResourceVariables properly.Gravatar Alexandre Passos2018-02-06
* Add iterate_batches arg to Estimator.predictGravatar A. Unique TensorFlower2018-02-01