keras-team / keras-preprocessing

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

Adding verbosity arg to ImageDataGenerator.flow_from_directory #350

Open ymodak opened 2 years ago

ymodak commented 2 years ago

Fixes https://github.com/tensorflow/tensorflow/issues/42681

ymodak commented 2 years ago

@Dref360 Can you please take a look at this PR? Thank you.

Dref360 commented 2 years ago

Hello, Unfortunately, I'm not affiliated with Keras anymore. You might want to reach out to @fchollet.

This project is now deprecated and we should use tf.data or Keras Preprocessing layers.