From cf0cc4270c765741be0abfab201f4fe44fa2f8b7 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Thu, 12 Dec 2024 09:54:20 -0800 Subject: [PATCH] Fix code style --- keras/src/layers/rnn/simple_rnn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras/src/layers/rnn/simple_rnn.py b/keras/src/layers/rnn/simple_rnn.py index 71be5ba62d5..e2811e96216 100644 --- a/keras/src/layers/rnn/simple_rnn.py +++ b/keras/src/layers/rnn/simple_rnn.py @@ -256,7 +256,7 @@ class SimpleRNN(RNN): If `True`, process the input sequence backwards and return the reversed sequence. stateful: Boolean (default: `False`). If `True`, the last state - 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 initial state for the sample of index i in the following batch. unroll: Boolean (default: `False`). If `True`, the network will be unrolled,