13o-bbr-bbq / machine_learning_security

Source code about machine learning and security.
1.96k stars 645 forks source link

DeepExploit issues #51

Closed Th3F0x-code closed 4 years ago

Th3F0x-code commented 4 years ago

problems with tensorflow

Traceback (most recent call last): File "DeepExploit.py", line 2263, in <module> SESS = tf.Session() # Start TensorFlow session. AttributeError: module 'tensorflow' has no attribute 'Session'

Donald-Su commented 4 years ago

I guess you used the tf2.0, pls refer to https://stackoverflow.com/a/59179238