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
So, when installing the modules in requirements.txt i get the following error:
File "auto_tinder.py", line 149, in <module> with tf.Session() as sess: AttributeError: module 'tensorflow' has no attribute 'Session'
Which i guess is some kind of formatting error due to tensowflow 2.0? https://www.tensorflow.org/api_docs/python/tf/compat/v1/Session
Cant get it to work by implementing tf.compat.v1.Session either though.
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
tf.compat.v1.Session( target=''graph=None, config=None" )
No branches or pull requests
So, when installing the modules in requirements.txt i get the following error:
File "auto_tinder.py", line 149, in <module> with tf.Session() as sess: AttributeError: module 'tensorflow' has no attribute 'Session'
Which i guess is some kind of formatting error due to tensowflow 2.0? https://www.tensorflow.org/api_docs/python/tf/compat/v1/Session
Cant get it to work by implementing tf.compat.v1.Session either though.
The text was updated successfully, but these errors were encountered: