aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/training/BUILD
Commit message (Collapse)AuthorAge
* [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` ↵Gravatar Derek Murray2018-10-01
| | | | | | | | | | | | | | | | | | | | to replace it. This change prepares `tf.data` for TensorFlow 2.0, where `tf.contrib` will no longer exist. It retains the pre-existing endpoints in `tf.contrib.data` with deprecation warnings. Note there are some exceptions to the move: * Deprecated symbols in `tf.contrib.data` have not been moved to `tf.data.experimental`, because replacements already exist. * `tf.contrib.data.LMDBDataset` has not been moved, because we plan to move it to a SIG-maintained repository. * `tf.contrib.data.assert_element_shape()` has not yet been moved, because it depends on functionality in `tf.contrib`, and it will move in a later change. * `tf.contrib.data.AUTOTUNE` has not yet been moved, because we have not yet determined how to `tf_export()` a Python integer. * The stats-related API endpoints have not yet appeared in a released version of TensorFlow, so these are moved to `tf.data.experimental` without retaining an endpoint in `tf.contrib.data`. In addition, this change includes some build rule and ApiDef refactoring: * Some of the "//third_party/tensorflow/python:training" dependencies had to be split in order to avoid a circular dependency. * The `tf.contrib.stateless` ops now have a private core library for the generated wrappers (and accordingly are hidden in their ApiDef) so that `tf.data.experimental.sample_from_datasets()` can depend on them. PiperOrigin-RevId: 215304249
* CleanupGravatar A. Unique TensorFlower2018-09-28
| | | | PiperOrigin-RevId: 214985873
* Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
| | | | PiperOrigin-RevId: 208126204
* [tf.data] Cleanup of tf.contrib.data python tests.Gravatar Jiri Simsa2018-06-18
| | | | PiperOrigin-RevId: 201004909
* Expose tf.contrib.training.{prepend_from_queue_and_padded_batch_dataset}Gravatar Eugene Brevdo2018-04-18
| | | | | | Also its helper method "enqueue_in_queue_dataset". PiperOrigin-RevId: 193458095
* PiperOrigin-RevId: 193059174Gravatar Anna R2018-04-16
|
* Internal changeGravatar A. Unique TensorFlower2018-04-15
| | | | PiperOrigin-RevId: 192981122
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* PiperOrigin-RevId: 188267957Gravatar A. Unique TensorFlower2018-03-07
|
* Add a new Dataset: PrependFromQueueAndPaddedBatchDataset.Gravatar Eugene Brevdo2018-02-01
| | | | PiperOrigin-RevId: 184078894
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
| | | | PiperOrigin-RevId: 180746153
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
| | | | PiperOrigin-RevId: 173889798
* Adds visibility to sgdr_learning_rate_decay.Gravatar A. Unique TensorFlower2017-10-18
| | | | | | | | | | Currently SGD with warm restarts is siloed in tensorflow/contrib/training/python/training/sgdr_learning_rate_decay.py, since it is not listed in the 'training_py' build filegroup. This change simply adds sgdr_learning_rate_decay to this filegroup so that other projects can use warm restarts during optimization. PiperOrigin-RevId: 172643218
* Internal change.Gravatar Anna R2017-10-11
| | | | PiperOrigin-RevId: 171913954
* Delete tf.contrib.training.python_input.Gravatar Eugene Brevdo2017-08-30
| | | | | | It has been replaced by tf.contrib.data.Dataset.from_generator. PiperOrigin-RevId: 167004190
* First careful steps cleaning up contrib/learn: remove contrib/learn/dataframe.Gravatar Martin Wicke2017-08-17
| | | | | | The deleted files have been deprecated since May. PiperOrigin-RevId: 165611833
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-20
| | | | PiperOrigin-RevId: 159591663
* Removes unused contrib package feeder.Gravatar Alexandre Passos2017-05-25
| | | | PiperOrigin-RevId: 157146520
* Deprecate contrib/learn/dataframe. To be removed June 15.Gravatar Martin Wicke2017-05-17
| | | | PiperOrigin-RevId: 156333930
* Add tf.contrib.training.python_input -- making it easy to feed data intoGravatar Eugene Brevdo2017-04-10
| | | | | TensorFlow from python coroutines. Change: 152701623
* Open source HParams object and proto.Gravatar A. Unique TensorFlower2017-02-24
| | | | Change: 148474914
* Speeding up and refactoring contrib/training_test.pyGravatar Nathan Silberman2017-02-22
| | | | Change: 148232625
* Temporarily disable feeder_test because it's flaky.Gravatar Alexandre Passos2017-02-16
| | | | Change: 147734454
* Add the (experimental) tuning interfaceGravatar Jianwei Xie2017-02-14
| | | | Change: 147473069
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
| | | | Change: 147423640
* De-flake feeder_test.Gravatar A. Unique TensorFlower2017-01-09
| | | | Change: 144028076
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
| | | | Change: 143230429
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
| | | | Change: 143142615
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
| | | | Change: 142080137
* Disabling evaluation_test pending bug fixes.Gravatar Nathan Silberman2016-11-22
| | | | Change: 139915810
* Adding merged evaluation module.Gravatar Nathan Silberman2016-11-16
| | | | Change: 139381246
* Feeder: a helper for feeding remote queues.Gravatar A. Unique TensorFlower2016-11-10
| | | | Change: 138835911
* Refactor replica_device_setter to allow custom placement strategiesGravatar Frank Li2016-11-08
| | | | | Also introduces a scaffold in tf.contrib.training for load-balanced placement strategies Change: 138476980
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
| | | | Change: 138143557
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-02
| | | | Change: 137988710
* Adds a method to resample tensors from of batches at either a per-item ↵Gravatar A. Unique TensorFlower2016-09-28
| | | | | | specific rate, or at a rate proportional to per-item weights. Change: 134548493
* Add bucketing input helpers to tf.contrib.training.Gravatar Eugene Brevdo2016-08-31
| | | | Change: 131891671
* Move `stratified_sample` from contrib/framework to contrib/training.Gravatar A. Unique TensorFlower2016-08-23
| | | | Change: 131082787
* Add SequenceQueueingStateSaver to perform truncated reading of sequence ↵Gravatar Eugene Brevdo2016-08-16
minibatches. Change: 130453767