diff --git a/tensorflow/python/ops/rnn_cell_impl.py b/tensorflow/python/ops/rnn_cell_impl.py index dc545e1d6ab9b7..3f4cf9761b4778 100644 --- a/tensorflow/python/ops/rnn_cell_impl.py +++ b/tensorflow/python/ops/rnn_cell_impl.py @@ -1198,9 +1198,8 @@ def __init__(self, cell, input_keep_prob=1.0, output_keep_prob=1.0, If `variational_recurrent` is set to `True` (**NOT** the default behavior), then the same dropout mask is applied at every step, as described in: - - Y. Gal, Z Ghahramani. "A Theoretically Grounded Application of Dropout in - Recurrent Neural Networks". https://arxiv.org/abs/1512.05287 + [A Theoretically Grounded Application of Dropout in Recurrent + Neural Networks. Y. Gal, Z. Ghahramani](https://arxiv.org/abs/1512.05287). Otherwise a different dropout mask is applied at every time step.