hfawaz / ijcnn19attacks

Adversarial Attacks on Deep Neural Networks for Time Series Classification
https://germain-forestier.info/src/ijcnn2019/
GNU General Public License v3.0
72 stars 28 forks source link

Update utils_tf.py #4

Closed junied01khan closed 4 years ago

junied01khan commented 4 years ago

To resolve this issue: AttributeError: module 'tensorflow' has no attribute 'GraphKeys' I am replacing import tensorflow as tf with import tensorflow.compat.v1 as tf