-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Add subset="both" functionality to {image|text}_dataset_from_directory() #16413
Conversation
keras/preprocessing/BUILD
Outdated
@@ -105,3 +105,28 @@ tf_py_test( | |||
"//keras/testing_infra:test_combinations", | |||
], | |||
) | |||
|
|||
tf_py_test( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that the files where this code lives actually lives in keras/utils
(e.g. keras/utils/image_dataset.py
). Please rebase to use those files.
keras/preprocessing/BUILD
Outdated
@@ -105,3 +105,28 @@ tf_py_test( | |||
"//keras/testing_infra:test_combinations", | |||
], | |||
) | |||
|
|||
tf_py_test( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that the files where this code lives actually lives in keras/utils
(e.g. keras/utils/image_dataset.py
). Please rebase to use those files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you!
One of the tests is failing, please take a look: https://source.cloud.google.com/results/invocations/81cf785a-65f5-42aa-acc8-7a735c275f87/targets/keras%2Fgithub%2Fubuntu%2Fcpu%2Fpresubmit/log
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! We should be good to go.
No description provided.