Skip to content

Commit

Permalink
typo in Sequential.fit_generator.steps_per_epoch (keras-team#5884)
Browse files Browse the repository at this point in the history
* skip newsgroup header

* typo in Sequential.fit_generator.steps_per_epoch
  • Loading branch information
hiroyachiba authored and fchollet committed Mar 20, 2017
1 parent 1f0f2bb commit cb34ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ def fit_generator(self, generator,
steps_per_epoch: Total number of steps (batches of samples)
to yield from `generator` before declaring one epoch
finished and starting the next epoch. It should typically
be equal to the number of unique samples if your dataset
be equal to the number of unique samples of your dataset
divided by the batch size.
epochs: Integer, total number of iterations on the data.
verbose: Verbosity mode, 0, 1, or 2.
Expand Down

0 comments on commit cb34ed8

Please sign in to comment.