You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Online and Linear-Time Attention by Enforcing Monotonic Alignments
2
2
3
-
#### *NOTE* - A reference implementation of the monotonic attention mechanism is now built into TensorFlow in the `tf.contrib.seq2seq` module.
3
+
#### *NOTE* - A reference implementation of the monotonic attention mechanism is now built into TensorFlow in the `tf.contrib.seq2seq` module. See [here](https://www.tensorflow.org/api_docs/python/tf/contrib/seq2seq/monotonic_attention) for documentation.
4
4
5
5
This repository contains an example implementation of the monotonic alignment decoder proposed in ["Online and Linear-Time Attention by Enforcing Monotonic Alignments"](https://arxiv.org/abs/1704.00784), by Colin Raffel, Minh-Thang Luong, Peter J. Liu, Ron J. Weiss, and Douglas Eck (arXiv:1704.00784).
0 commit comments