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

Error #1

Open
sreedeepthi2 opened this issue May 26, 2021 · 0 comments
Open

Error #1

sreedeepthi2 opened this issue May 26, 2021 · 0 comments

Comments

@sreedeepthi2
Copy link

sreedeepthi2 commented May 26, 2021


InvalidArgumentError Traceback (most recent call last)
in ()
2
3 plt.figure(figsize=(4, 4))
----> 4 for images, labels in train_ds.take(1):
5 for i in range(4):
6 ax = plt.subplot(2, 2, i + 1)

4 frames
/usr/local/lib/python3.7/dist-packages/six.py in raise_from(value, from_value)

InvalidArgumentError: Unknown image file format. One of JPEG, PNG, GIF, BMP required.
[[{{node decode_image/DecodeImage}}]] [Op:IteratorGetNext]

I am getting this error how to solve this please help

@sreedeepthi2 sreedeepthi2 changed the title Error in dataset loading Error May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant