one-pixel-attack-keras
one-pixel-attack-keras copied to clipboard
Not able to reproduce Google Collab notebook
It seems like imports are broken, which version of tensorflow/keras has been used?
ImportError: cannot import name 'Adam' from 'keras.optimizers'
in line from networks.pure_cnn import PureCnn
I have the same problem
Just found it, they used the version where Keras and Tensorflow were separated.
Just found it, they used the version where Keras and Tensorflow were separated.
Thanks, I noticed that but I'm not sure which versions they have used. In requirements.txt versions are not set.
What version do you use? Was it successful?
What version do you use? Was it successful?
the tensorflow version is 1.15.0,and the keras version is 2.3.1,it can run successfully