forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make ImageDataGenerator behaviour fully seedable/repeatable (keras-te…
…am#3751) * make ImageDataGenerator behaviour fully seedable/repeatable This makes ImageDataGenerator fully seedable. - the seed argument in fit is now used - the seed argument in flow and flow_from_directory now effects transforms - added example to docs of transforming images and masks together - added test of using two seeded streams at once * implemented requested changes - PEP8 - explicit names - classes=None - remove test
- Loading branch information
Showing
2 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters