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 345cecc commit cf0cc42Copy full SHA for cf0cc42
keras/src/layers/rnn/simple_rnn.py
@@ -256,7 +256,7 @@ class SimpleRNN(RNN):
256
If `True`, process the input sequence backwards and return the
257
reversed sequence.
258
stateful: Boolean (default: `False`). If `True`, the last state
259
- for each sample at index i in a batch will be used as the
+ for each sample at index i in a batch will be used as the
260
initial state for the sample of index i in the following batch.
261
unroll: Boolean (default: `False`).
262
If `True`, the network will be unrolled,
0 commit comments