Skip to content

Commit 6a6ba8d

Browse files
authored
fix typo
fix the meaning of num_units in BasicRnncell
1 parent 4acb96a commit 6a6ba8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/ops/rnn_cell_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class BasicRNNCell(RNNCell):
233233
"""The most basic RNN cell.
234234
235235
Args:
236-
num_units: int, The number of units in the LSTM cell.
236+
num_units: int, The number of units in the RNN cell.
237237
activation: Nonlinearity to use. Default: `tanh`.
238238
reuse: (optional) Python boolean describing whether to reuse variables
239239
in an existing scope. If not `True`, and the existing scope already has

0 commit comments

Comments
 (0)