From 3302b4c1fcf2ecd3ae3119cddb16d057235ece07 Mon Sep 17 00:00:00 2001 From: Tingbo Lu Date: Fri, 5 Oct 2018 00:02:45 +0800 Subject: Update rnn_cell.py --- tensorflow/contrib/rnn/python/ops/rnn_cell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/contrib') 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, -- cgit v1.2.3