keras-team / keras-preprocessing

Utilities for working with image data, text data, and sequence data.
Other
1.02k stars 444 forks source link

Passing seed to get random transform function #298

Open Bienqq opened 4 years ago

Bienqq commented 4 years ago

Seed should be passed to this function. In situation when we want to perform the same agumentation for two Image generators this leads to agumentation inconsistency

297