Replies: 1 comment
-
Hi @Saif-KF I think this sounds like a questions for the TensorFlow team. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I iterate over an object while I the eager execution is disabled?
Utilizing the code in the Notebook named "ART for TensorFlow v2 - Keras API", I could not extract the the training subset of a custom dataset (saved in "train_ds" object) to images and labels. I got an error "RuntimeError:
tf.data.Dataset
only supports Python-style iteration in eager mode or within tf.function.". Could you help on how to address this?Beta Was this translation helpful? Give feedback.
All reactions