-
Notifications
You must be signed in to change notification settings - Fork 31
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
How to take some sub-directories from a main directory tf.keras.utils.image_dataset_from_directory #187
Comments
copybara-service bot
referenced
this issue
in keras-team/keras
Jun 30, 2023
Imported from GitHub PR #18177 Ignore hidden folders for image_dataset_from_directory like .git .ipynb etc. Fixes: https://github.com/keras-team/keras/issues/18170 Copybara import of the project: -- 489e279 by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory Ignore hidden folders for image_dataset_from_directory like .git .ipynb etc. -- ed62b30 by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory -- 3f86351 by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory -- 64d91d4 by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory -- 9870b10 by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory -- 31af45e by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory -- 9bc903b by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory -- e337f3a by Sachin Prasad <[email protected]>: Ignore hidden folders for image_dataset_from_directory Merging this change closes #18177 FUTURE_COPYBARA_INTEGRATE_REVIEW=#18177 from keras-team:sachinprasadhs-patch-5 e337f3a PiperOrigin-RevId: 544701876
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to take some sub-directories from a main directory
class_a
THEN WHAT TO DOfrom tensorflow.keras.preprocessing.image import image_dataset_from_directory
ignore
THANKS IN ADVANCE 😉
The text was updated successfully, but these errors were encountered: