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
Could you please advise on this error?
I tried to resolve it through "tf.compat.v1.", but unsure of this new output_shapes error ---->
line 34, in build_dataset dataset["channels"] = ds_train.output_shapes["image"][-1].value
AttributeError: 'PrefetchDataset' object has no attribute 'output_shapes'
~Sanket
The text was updated successfully, but these errors were encountered:
Hello @joshisr10,
Thank you for reaching out! Have you tried to run the code with TensorFlow 1.13?
Cheers, Martin
Sorry, something went wrong.
Tensorflow 1.13 also generates the same error.
I got the same error. Is there a workaround for this? Thanks in advance
martinkersner
No branches or pull requests
Could you please advise on this error?
I tried to resolve it through "tf.compat.v1.", but unsure of this new output_shapes error ---->
line 34, in build_dataset
dataset["channels"] = ds_train.output_shapes["image"][-1].value
AttributeError: 'PrefetchDataset' object has no attribute 'output_shapes'
~Sanket
The text was updated successfully, but these errors were encountered: