AttributeError: module 'tensorflow' has no attribute 'Session'
KlanCyberSecurity opened this issue · 1 comments
KlanCyberSecurity commented
I tried to reinstall every package again however, I wasn't able to run the program. I will now change the run.py to see if there is something wrong with the tf.Session part. However, I am down for any solutions without changing the "run.py". Thanks!
KlanCyberSecurity commented
Changing the "tf.Session()" part with "tf.compat.v1.Session()" worked for me if anyone needs it.