We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: AttributeError: module 'tensorflow' has no attribute 'GraphKeys'
- impossible to use the jsma - can't: from cleverhans.attacks import fgsm , jsma - can't: from cleverhans.utils_tf import model_train , model_eval , batch_eval - can't: from cleverhans.attacks_tf import jacobian_graph - can't: from cleverhans.utils import other_classes
Which version of the following libraries goes perfectly with cleverhans==3.1.0
cc @goodfeli @carlini @npapernot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Python==3.6.13 , Tensorflow==2.1.0 , Keras==2.2.0
Python==3.11.5 , Tensorflow==2.13.0 , Keras==2.13.1 , cleverhans==4.0.0
Question
Which version of the following libraries goes perfectly with cleverhans==3.1.0
cc @goodfeli @carlini @npapernot
The text was updated successfully, but these errors were encountered: