Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ozabluda authored and fchollet committed Oct 23, 2017
1 parent c173b76 commit acd8009
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 @@ -1903,8 +1903,8 @@ def fit_generator(self, generator,
non picklable arguments to the generator
as they can't be passed
easily to children processes.
shuffle: Whether to shuffle the order of the batches at
the beginning of each epoch. Only used with instances
shuffle: Whether to shuffle the order of the batches at
the beginning of each epoch. Only used with instances
of `Sequence` (keras.utils.Sequence).
initial_epoch: Epoch at which to start training
(useful for resuming a previous training run)
Expand Down

0 comments on commit acd8009

Please sign in to comment.