Open le000043 opened 3 years ago
The code is written for an old version of TF. If I remember right, keras recently changed the model storing setup so it has a folder instead of a single file. Downgrading your TF version is the easiest way to go for now.
I am using the latest python3, TensorFlow, and Keras. I changed tf.Session() --> tf.compat.v1.Session() at line 68, test_attack.py I changed tf.app.flags --> tf.compat.v1.flags at line 52,60, 65 and 67 in file setup_inception.py Please help !