Skip to content

Commit 4f90f95

Browse files
ebatuhankaynakfchollet
authored andcommitted
Update faq.md (keras-team#10422)
Changed "Notes that the methods...." to "Note that the methods"
1 parent 8e5b853 commit 4f90f95

File tree

1 file changed

+2
-2
lines changed
  • docs/templates/getting-started

1 file changed

+2
-2
lines changed

docs/templates/getting-started/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ model.reset_states()
445445
model.layers[0].reset_states()
446446
```
447447

448-
Notes that the methods `predict`, `fit`, `train_on_batch`, `predict_classes`, etc. will *all* update the states of the stateful layers in a model. This allows you to do not only stateful training, but also stateful prediction.
448+
Note that the methods `predict`, `fit`, `train_on_batch`, `predict_classes`, etc. will *all* update the states of the stateful layers in a model. This allows you to do not only stateful training, but also stateful prediction.
449449

450450
---
451451

@@ -624,4 +624,4 @@ import h5py
624624
```
625625

626626
If it imports without error it is installed otherwise you can find detailed
627-
installation instructions here: http://docs.h5py.org/en/latest/build.html
627+
installation instructions here: http://docs.h5py.org/en/latest/build.html

0 commit comments

Comments
 (0)