Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rplacement for ImageDataGenerator #19365

Closed
Aydinhamedi opened this issue Mar 23, 2024 · 3 comments
Closed

Rplacement for ImageDataGenerator #19365

Aydinhamedi opened this issue Mar 23, 2024 · 3 comments
Assignees
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.

Comments

@Aydinhamedi
Copy link

In Keras 3, the ImageDataGenerator has been deprecated. Is there a replacement for it?

@coder-monishr
Copy link

ohhhh thats y it didnt work for me, thanks folk i got to know that its been deprecated...😅

@sachinprasadhs sachinprasadhs added the type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited. label Mar 24, 2024
@sachinprasadhs
Copy link
Collaborator

image_dataset_from_directory is the replacement of the ImageDataGenerator, for augmentation you need to use preprocessing layer separately.
For more details on API usage, visit https://keras.io/api/data_loading/image/#image_dataset_from_directory-function

Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Projects
None yet
Development

No branches or pull requests

3 participants