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

Problem with tensorflow 2.0 #8

Open
jeer00 opened this issue Jul 9, 2020 · 2 comments
Open

Problem with tensorflow 2.0 #8

jeer00 opened this issue Jul 9, 2020 · 2 comments

Comments

@jeer00
Copy link

jeer00 commented Jul 9, 2020

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.

@howardpen9
Copy link

me too

@hyunzoongKang
Copy link

tf.compat.v1.Session(
target=''graph=None, config=None"
)

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

3 participants