aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn
diff options
context:
space:
mode:
authorGravatar Tingbo Lu <tingbopku@gmail.com>2018-10-05 00:02:45 +0800
committerGravatar GitHub <noreply@github.com>2018-10-05 00:02:45 +0800
commit3302b4c1fcf2ecd3ae3119cddb16d057235ece07 (patch)
tree0c5289138cf9bf8bdb06e754c1e1e8322db9920b /tensorflow/contrib/rnn
parentdcd7dd2d2e1ed7d8c26dd22dbbd2bac269c42e1e (diff)
Update rnn_cell.py
Diffstat (limited to 'tensorflow/contrib/rnn')
-rw-r--r--tensorflow/contrib/rnn/python/ops/rnn_cell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/rnn/python/ops/rnn_cell.py b/tensorflow/contrib/rnn/python/ops/rnn_cell.py
index 59a61af7b3..e8073f8463 100644
--- a/tensorflow/contrib/rnn/python/ops/rnn_cell.py
+++ b/tensorflow/contrib/rnn/python/ops/rnn_cell.py
@@ -1110,7 +1110,7 @@ _Linear = core_rnn_cell._Linear # pylint: disable=invalid-name
class AttentionCellWrapper(rnn_cell_impl.RNNCell):
"""Basic attention cell wrapper.
- Implementation based on https://arxiv.org/abs/1409.0473.
+ Implementation based on https://arxiv.org/abs/1601.06733.
"""
def __init__(self,