aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/training
Commit message (Expand)AuthorAge
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* RELNOTES: This allows the use of '.' in variables (e.g. "hparams.parse('a.b=1...Gravatar A. Unique TensorFlower2018-05-11
* Added del_hparam(), the counter part of add_hparam.Gravatar Sherry Moore2018-04-29
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Expose tf.contrib.training.{prepend_from_queue_and_padded_batch_dataset}Gravatar Eugene Brevdo2018-04-18
* PiperOrigin-RevId: 193059174Gravatar Anna R2018-04-16
* Internal changeGravatar A. Unique TensorFlower2018-04-15
* Document support for boolean values in tf.contrib.training.HParams.Gravatar Stephan Hoyer2018-04-12
* Use tf.train.get_or_create_global_step() instead of deprecated variables.get_...Gravatar A. Unique TensorFlower2018-04-11
* Merge changes from github.Gravatar Michael Case2018-04-10
* Adds __repr__ method to HParams.Gravatar A. Unique TensorFlower2018-04-09
* Make batch_sequences_with_states_test.py work with the C API enabled, take 2.Gravatar Skye Wanderman-Milne2018-04-03
* Make batch_sequences_with_states_test.py work with the C API enabled.Gravatar Skye Wanderman-Milne2018-04-01
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Updated test (but not source) of https://www.tensorflow.org/api_docs/python/t...Gravatar A. Unique TensorFlower2018-03-26
* PiperOrigin-RevId: 188267957Gravatar A. Unique TensorFlower2018-03-07
* Made tf.HParams compatible with https://github.com/google/pytype.Gravatar A. Unique TensorFlower2018-02-21
* Add a new Dataset: PrependFromQueueAndPaddedBatchDataset.Gravatar Eugene Brevdo2018-02-01
* Make batch_sequences_with_states_test.py work with C API enabled, take 2.Gravatar Skye Wanderman-Milne2018-01-25
* Automated g4 rollback of changelist 183171572Gravatar A. Unique TensorFlower2018-01-24
* Make batch_sequences_with_states_test.py work with C API enabled.Gravatar Skye Wanderman-Milne2018-01-24
* Allow whitespace after commas in hparam strings.Gravatar A. Unique TensorFlower2018-01-22
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Fix allow_smaller_final_batches for bucket_by_sequence_length.Gravatar Matthew Schulkind2017-12-22
* Delete trailing whitespace in Python codeGravatar A. Unique TensorFlower2017-11-27
* Replace tf.contrib.framework.get_or_create_global_step with tf.train.get_or_c...Gravatar RJ Ryan2017-11-21
* Add **kwargs to HParams.to_json() to be passed to json.dumps()Gravatar Christopher Shallue2017-11-21
* Add method HParams.get(key, default=None)Gravatar Christopher Shallue2017-11-21
* Plumb worker max_wait_secs arguments up to tf.contrib.train.train.Gravatar A. Unique TensorFlower2017-11-16
* HParams.set_hparam doesn't fully check types, contrary to its docstring.Gravatar Thomas Schumm2017-11-10
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Let users check for an hparam's existence in a more readable way.Gravatar Thomas Schumm2017-10-26
* Remove duplicated `smart_cond()` code.Gravatar A. Unique TensorFlower2017-10-20
* Adds visibility to sgdr_learning_rate_decay.Gravatar A. Unique TensorFlower2017-10-18
* HParams: deprecates function set_from_map in favor of new functionGravatar A. Unique TensorFlower2017-10-17
* Internal change.Gravatar Anna R2017-10-11
* Fixes typo in hparams commentGravatar A. Unique TensorFlower2017-10-11
* Replace usage of math_ops.maximum with math_ops.reduce_max when getting max l...Gravatar A. Unique TensorFlower2017-10-02
* Make set_from_map in HParams public.Gravatar A. Unique TensorFlower2017-09-25
* Fix comment.Gravatar A. Unique TensorFlower2017-09-25
* Remove cond for zero-shape in resample. random_poisson supports 0 shapes.Gravatar A. Unique TensorFlower2017-09-13
* Set fused=False for batch norm, because the test assumes no bessel'sGravatar Yao Zhang2017-09-11
* Delete tf.contrib.training.python_input.Gravatar Eugene Brevdo2017-08-30
* First careful steps cleaning up contrib/learn: remove contrib/learn/dataframe.Gravatar Martin Wicke2017-08-17
* Add set_hparam to tf.HParams.Gravatar A. Unique TensorFlower2017-08-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Fix unicode error in device_setter_test.Gravatar A. Unique TensorFlower2017-08-11
* Fix flaky test by re-introducing a dependency that may be short-cut via stati...Gravatar A. Unique TensorFlower2017-08-11
* Add RandomStrategy device setter.Gravatar A. Unique TensorFlower2017-08-11