Skip to content

Commit

Permalink
typo_fix (#13395)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin authored and fchollet committed Oct 6, 2019
1 parent 481e99d commit 8904340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/engine/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ def evaluate(self,
batch_size: Integer or `None`.
Number of samples per gradient update.
If unspecified, `batch_size` will default to 32.
Do not specify the `batch_size` is your data is in the
Do not specify the `batch_size` if your data is in the
form of symbolic tensors, generators, or
`keras.utils.Sequence` instances (since they generate batches).
verbose: 0 or 1. Verbosity mode.
Expand Down Expand Up @@ -1385,7 +1385,7 @@ def predict(self, x,
batch_size: Integer or `None`.
Number of samples per gradient update.
If unspecified, `batch_size` will default to 32.
Do not specify the `batch_size` is your data is in the
Do not specify the `batch_size` if your data is in the
form of symbolic tensors, generators, or
`keras.utils.Sequence` instances (since they generate batches).
verbose: Verbosity mode, 0 or 1.
Expand Down

0 comments on commit 8904340

Please sign in to comment.