You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: