aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/training/__init__.py
Commit message (Expand)AuthorAge
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Expose tf.contrib.training.{prepend_from_queue_and_padded_batch_dataset}Gravatar Eugene Brevdo2018-04-18
* Delete tf.contrib.training.python_input.Gravatar Eugene Brevdo2017-08-30
* Add RandomStrategy device setter.Gravatar A. Unique TensorFlower2017-08-11
* Add function to easily clip gradient norms.Gravatar A. Unique TensorFlower2017-08-07
* Removes unused contrib package feeder.Gravatar Alexandre Passos2017-05-25
* Deprecate contrib/learn/dataframe. To be removed June 15.Gravatar Martin Wicke2017-05-17
* Add tf.contrib.training.python_input -- making it easy to feed data intoGravatar Eugene Brevdo2017-04-10
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Open source HParams object and proto.Gravatar A. Unique TensorFlower2017-02-24
* Add the (experimental) tuning interfaceGravatar Jianwei Xie2017-02-14
* Fix broken links for unsealed contrib API guidesGravatar A. Unique TensorFlower2017-02-13
* Link docstrings to module guides and remove redundant text.Gravatar Andrew Selle2017-02-13
* Adding merged evaluation module.Gravatar Nathan Silberman2016-11-16
* Feeder: a helper for feeding remote queues.Gravatar A. Unique TensorFlower2016-11-10
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Refactor replica_device_setter to allow custom placement strategiesGravatar Frank Li2016-11-08
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-02
* Improve `sampling_ops` descriptions.Gravatar A. Unique TensorFlower2016-10-24
* Remove `stratified_sample_unknown_dist`, since `stratified_sample` supports a...Gravatar A. Unique TensorFlower2016-10-17
* Check in code to perform rejection sampling.Gravatar A. Unique TensorFlower2016-10-11
* Adds a method to resample tensors from of batches at either a per-item specif...Gravatar A. Unique TensorFlower2016-09-28
* Add bucketing input helpers to tf.contrib.training.Gravatar Eugene Brevdo2016-08-31
* Move `stratified_sample` from contrib/framework to contrib/training.Gravatar A. Unique TensorFlower2016-08-23
* Add SequenceQueueingStateSaver to perform truncated reading of sequence minib...Gravatar Eugene Brevdo2016-08-16