BasicRNNCell comment fix (#10467)

This commit is contained in:
Michele Colombo 2017-06-06 22:37:37 +02:00 committed by Jonathan Hseu
parent b440abce7f
commit 54998b45db

View File

@ -233,7 +233,7 @@ class BasicRNNCell(RNNCell):
"""The most basic RNN cell.
Args:
num_units: int, The number of units in the LSTM cell.
num_units: int, The number of units in the RNN cell.
activation: Nonlinearity to use. Default: `tanh`.
reuse: (optional) Python boolean describing whether to reuse variables
in an existing scope. If not `True`, and the existing scope already has