Skip to content
New issue

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

Tensorflow and Keras compatible versions for Cleverhans==3.1.0 #1244

Open
tekeuange23 opened this issue Mar 8, 2024 · 0 comments
Open

Tensorflow and Keras compatible versions for Cleverhans==3.1.0 #1244

tekeuange23 opened this issue Mar 8, 2024 · 0 comments

Comments

@tekeuange23
Copy link

tekeuange23 commented Mar 8, 2024

Problem

Python==3.6.13 , Tensorflow==2.1.0 , Keras==2.2.0
ERROR: AttributeError: module 'tensorflow' has no attribute 'GraphKeys'

Python==3.11.5 , Tensorflow==2.13.0 , Keras==2.13.1 , cleverhans==4.0.0
- 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

Question

Which version of the following libraries goes perfectly with cleverhans==3.1.0

  • Tensorflow
  • Keras
  • Python

cc @goodfeli @carlini @npapernot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant