We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acb96a commit 6a6ba8dCopy full SHA for 6a6ba8d
tensorflow/python/ops/rnn_cell_impl.py
@@ -233,7 +233,7 @@ class BasicRNNCell(RNNCell):
233
"""The most basic RNN cell.
234
235
Args:
236
- num_units: int, The number of units in the LSTM cell.
+ num_units: int, The number of units in the RNN cell.
237
activation: Nonlinearity to use. Default: `tanh`.
238
reuse: (optional) Python boolean describing whether to reuse variables
239
in an existing scope. If not `True`, and the existing scope already has
0 commit comments