aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/legacy_seq2seq
Commit message (Expand)AuthorAge
* 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