We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module 'tensorflow.keras.preprocessing' has no attribute 'image_dataset_from_directory'
train_ds = tf.keras.preprocessing.image_dataset_from_directory( data_dir, validation_split=0.2, subset="training", seed=123, image_size=(img_height, img_width), batch_size=batch_size)
in image_classification.py
The text was updated successfully, but these errors were encountered:
There it is but with bug for this moment.
Sorry, something went wrong.
@Oceania2018 is the bug fixed? NullReferenceException thrown when executing the code . #27
@pardont Not yet.
@Oceania2018 is there a recommended workaround for this in the meantime?
@lqdev Same issue as SciSharp/TensorFlow.NET#666, fixed the image_dataset_from_directory, but still has other bug for the rest part of that example.
image_dataset_from_directory
image classification #23
0316fde
Oceania2018
No branches or pull requests
module 'tensorflow.keras.preprocessing' has no attribute 'image_dataset_from_directory'
train_ds = tf.keras.preprocessing.image_dataset_from_directory(
data_dir,
validation_split=0.2,
subset="training",
seed=123,
image_size=(img_height, img_width),
batch_size=batch_size)
in image_classification.py
The text was updated successfully, but these errors were encountered: