aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/seq2seq
Commit message (Expand)AuthorAge
...
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* [tf.contrib.seq2seq] Modify AttentionMechanisms to propagate state.Gravatar Eugene Brevdo2017-12-15
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Fix tf.contrib.seq2seq._monotonic_probability_fn to use a hard sigmoid when m...Gravatar Colin Raffel2017-11-10
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Use tf.where instead of multiplies when masking probabilities in the BeamSear...Gravatar A. Unique TensorFlower2017-10-24
* [tf.contrib.seq2seq] Reserve -1s in GatherTree for error states.Gravatar Eugene Brevdo2017-10-19
* [tf.contrib.seq2seq] Bugfixes to BeamSearchDecoder and GatherTree.Gravatar Eugene Brevdo2017-10-17
* [tf.contrib.seq2seq] Some light cleanup in beam search decoder code.Gravatar Eugene Brevdo2017-10-16
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Several minor documentation fixes.Gravatar A. Unique TensorFlower2017-10-04
* [tf.contrib.seq2seq] Better docstrings for AttentionWrapper and BeamSearchDec...Gravatar Eugene Brevdo2017-09-29
* Add node labels to beam search operators that simplify extracting values for ...Gravatar A. Unique TensorFlower2017-09-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-28
* Register int types for one_hot GPU ops.Gravatar Rui Zhao2017-09-22
* Bugfix to tf.contrib.seq2seq beam_search_ops: GPU edge case of seq_len == 0.Gravatar Eugene Brevdo2017-09-15
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Allow the next input in ScheduledOutputTrainingHelper to be computed by any c...Gravatar Adam Roberts2017-08-11
* Allow specification of sample_id_shape and sample_id_dtype in seq2seq.BasicDe...Gravatar Adam Roberts2017-08-11
* Add softmax temperature to SampleEmbeddingHelper.Gravatar Adam Roberts2017-08-11
* Merge changes from github.Gravatar Benoit Steiner2017-08-01
* Add multi-head attention capabilities to AttentionWrapper via the specificati...Gravatar Adam Roberts2017-07-19
* [tf contrib seq2seq] Provide informative error messages in AttentionWrapper.c...Gravatar Eugene Brevdo2017-07-18
* Make ScheduledEmbeddingTrainingHelper more readable and consistent with outpu...Gravatar Adam Roberts2017-07-11
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Modify beam search decoder to use symbolic shape for vocab size if the static...Gravatar A. Unique TensorFlower2017-06-22
* [tf contrib seq2seq] Add monotonic attention mechanismsGravatar A. Unique TensorFlower2017-06-21
* Make ScheduledOutputTrainingHelper.sample() returns dtypes.int32 sample_ids.Gravatar A. Unique TensorFlower2017-06-20
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* [tf contrib seq2seq] Expand tile_batch to handle nested structures.Gravatar Eugene Brevdo2017-06-02
* [tf contrib seq2seq] Improve BeamSearchDecoder's ability to handle unknown sh...Gravatar Eugene Brevdo2017-05-30
* Add SampleEmbeddingHelper to do sampling at inference timeGravatar A. Unique TensorFlower2017-05-30
* [tf contrib seq2seq] Bugfixes to BeamSearchDecoderGravatar Eugene Brevdo2017-05-29
* Fix attention score padding. Use -inf as default instead of 0 for softmax.Gravatar A. Unique TensorFlower2017-05-26
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* AttentionWrapper: fixed namingGravatar A. Unique TensorFlower2017-05-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Change rnn ops to check types via duck-typing, instead of a private attribute.Gravatar Adria Puigdomenech2017-05-16
* Update RNN helpers to be able to handle dynamic state sizes.Gravatar Eugene Brevdo2017-05-15
* [tf contrib seq2seq] Updates to AttentionMechanism APIGravatar Eugene Brevdo2017-05-12