mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
BasicRNNCell comment fix (#10467)
This commit is contained in:
parent
b440abce7f
commit
54998b45db
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user