Skip to content

Commit 70ffba0

Browse files
Piasyfchollet
authored andcommitted
fix stateful RNNs FAQ link (#6336)
1 parent e7f3317 commit 70ffba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/templates/getting-started/sequential-model-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ A stateful recurrent model is one for which the internal states (memories) obtai
354354
of samples are reused as initial states for the samples of the next batch. This allows to process longer sequences
355355
while keeping computational complexity manageable.
356356

357-
[You can read more about stateful RNNs in the FAQ.](/faq/#how-can-i-use-stateful-rnns)
357+
[You can read more about stateful RNNs in the FAQ.](/getting-started/faq/#how-can-i-use-stateful-rnns)
358358

359359
```python
360360
from keras.models import Sequential

0 commit comments

Comments
 (0)