aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/legacy_seq2seq
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Fix support for seq2seq with mixed precisionGravatar A. Unique TensorFlower2018-07-12
* Internal-only change.Gravatar Justin Lebar2018-04-18
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Convert BasicRNNCell and GRUCell to proper layers.Gravatar Eugene Brevdo2017-11-01
* Convert cells to OO-based to reduce call() overheadGravatar A. Unique TensorFlower2017-10-03
* Fix missing spaces for several errors.Gravatar A. Unique TensorFlower2017-07-19
* Disable contrib tests on ASAN that are sometimes timing out.Gravatar A. Unique TensorFlower2017-07-13
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Update RNN helpers to be able to handle dynamic state sizes.Gravatar Eugene Brevdo2017-05-15
* softmax_loss_function in tf.contrib.legacy_seq2seq and tf.contrib.seq2seq now...Gravatar Neal Wu2017-03-23
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* More seq2seq tweaks and test updates as RNNCells become more like layers.Gravatar Eugene Brevdo2017-02-10
* Prepare legacy_seq2seq for coming changes to RNNCell.Gravatar Eugene Brevdo2017-02-08
* Make legacy_seq2seq seq2seq models perform a **deep** copy of the incoming cell.Gravatar Eugene Brevdo2017-02-05
* Make legacy_seq2seq seq2seq models perform a shallow copy of the incoming cell.Gravatar Eugene Brevdo2017-02-02
* Force new instance creation in MultiRNNCellGravatar Eugene Brevdo2017-01-19
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Change default initializer to glorot_uniform.Gravatar Lukasz Kaiser2017-01-09
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Move the implementation code of rnn_cells to contrib.Gravatar Jianwei Xie2016-12-21
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Move the implementation code of static_rnn, static_bidirectional_rnn and stat...Gravatar Jianwei Xie2016-12-15
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Move implementation code of tf.nn.seq2eq to tf.contrib.Gravatar Jianwei Xie2016-12-13
* Update caller to move from tf.nn.rnn to (the identical) tf.contrib.rnn.static...Gravatar Jianwei Xie2016-12-10
* Prepare all callers of sampled_softmax_loss to be ready for inputs and labels...Gravatar Jianwei Xie2016-12-08
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Swaps the expected order of softmax_loss(labels, inputs) arguments for seq2se...Gravatar A. Unique TensorFlower2016-12-06
* Add document for the (new) tf.contrib.legancy_seq2seqGravatar Jianwei Xie2016-12-04
* Provides links of tf.nn.seq2seq as tf.contrib.legacy_seq2seqGravatar Jianwei Xie2016-12-03