adversarial_training_mnist - Problem #1656
Unanswered
leeahn1223
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Hi @leeahn1223 Which version of Keras and TensorFlow are you using? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hi @leeahn1223, I was able to get the adversarial_training_mnist notebook working on Tensorflow 2.12.0 by disabling eager execution. Add these lines: import tensorflow as tf
tf.compat.v1.disable_eager_execution() |
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.
-
Hello.
I have just started to use ART library.
When I run "adversarial_training_mnist" program, I encountered some errors.
Please let me know how to resolve the problem as shown below.
Regards, gyu lee.
Beta Was this translation helpful? Give feedback.
All reactions