aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/seq2seq/python/kernel_tests/attention_wrapper_test.py
Commit message (Expand)AuthorAge
* Compute `axes` and `free` statically during graph creation.Gravatar A. Unique TensorFlower2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Merge commit for internal changesGravatar Yifei Feng2018-04-19
|\
| * Various lint fixes to TensorFlow detected after GitHub merge.Gravatar Michael Case2018-04-18
* | Add test case for Bahdanau attention when normalized=True and dtype = float16/32Gravatar Yong Tang2018-04-16
* | Support passing layer instances to produce attentional hidden states (#14974)Gravatar Guillaume Klein2018-04-15
| * Merge changes from github.Gravatar Michael Case2018-04-10
* | Fix issue with Luong attention when scale=True and dtype of tf.float16/tf.flo...Gravatar Yong Tang2018-03-30
|/
* Makes tf.gather not silently snapshot resource variables.Gravatar Alexandre Passos2018-03-26
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Propagate static shape info in AttentionWrapperState.clone() if possible.Gravatar Rui Zhao2018-01-10
* Does not use constants for zeros/ones.Gravatar Alexandre Passos2018-01-05
* [tf.contrib.seq2seq] Modify AttentionMechanisms to propagate state.Gravatar Eugene Brevdo2017-12-15
* Fix tf.contrib.seq2seq._monotonic_probability_fn to use a hard sigmoid when m...Gravatar Colin Raffel2017-11-10
* Add multi-head attention capabilities to AttentionWrapper via the specificati...Gravatar Adam Roberts2017-07-19
* [tf contrib seq2seq] Add monotonic attention mechanismsGravatar A. Unique TensorFlower2017-06-21
* [tf contrib seq2seq] Improve BeamSearchDecoder's ability to handle unknown sh...Gravatar Eugene Brevdo2017-05-30
* 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
* [tf contrib seq2seq] Updates to AttentionMechanism APIGravatar Eugene Brevdo2017-05-12
* [tf contrib seq2seq] Update BeamSearchDecoder + AttentionWrapper API:Gravatar Eugene Brevdo2017-04-26
* Add an option to allow use context vector as attention in Attention Wrapper.Gravatar A. Unique TensorFlower2017-04-24
* [tf contrib seq2seq] Changes to dynamic decodingGravatar Eugene Brevdo2017-04-20
* [TF contrib seq2seq] Beam search tree decoder op "GatherTree".Gravatar Eugene Brevdo2017-04-18
* [tf contrib seq2seq] Change 'attention_history' to 'alignment_history'Gravatar Eugene Brevdo2017-04-10
* Add a public `clone()` method to AttentionCellWrapper.Gravatar Eugene Brevdo2017-03-31
* [TF contrib seq2seq] Cleanup normalized attention documentation and APIGravatar Eugene Brevdo2017-03-29
* [TF contrib seq2seq] Update AttentionWrapper behavior:Gravatar Eugene Brevdo2017-03-29
* [contrib seq2seq] Allow AttentionWrapper to store its attention history.Gravatar Eugene Brevdo2017-03-27
* [contrib seq2seq] Rename DynamicAttentionWrapper to AttentionWrapperGravatar Eugene Brevdo2017-03-27