Skip to content

Commit

Permalink
Update faq.md (keras-team#10422)
Browse files Browse the repository at this point in the history
Changed "Notes that the methods...." to "Note that the methods"
  • Loading branch information
ebatuhankaynak authored and fchollet committed Jun 13, 2018
1 parent 8e5b853 commit 4f90f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templates/getting-started/faq.md
Expand Up @@ -445,7 +445,7 @@ model.reset_states()
model.layers[0].reset_states()
```

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.
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.

---

Expand Down Expand Up @@ -624,4 +624,4 @@ import h5py
```

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

0 comments on commit 4f90f95

Please sign in to comment.