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

Specify latest supported Tensorflow version #122

Open
GTP95 opened this issue Feb 6, 2022 · 1 comment
Open

Specify latest supported Tensorflow version #122

GTP95 opened this issue Feb 6, 2022 · 1 comment

Comments

@GTP95
Copy link

GTP95 commented Feb 6, 2022

TensorFlow changed its API in version 2 and it is not compatible with versions 1.x. You should either port your code to Tensorflow 2.x or specify the latest working Tensorflow version (most probably version 1.15). As it seems that Tensorflow 1.15 doesn't support recent versions of Python, you might need to specify the latest supported Python version as well, probably version 3.7.

@RAFALAMAO
Copy link

RAFALAMAO commented Feb 20, 2022

You can try my pull request for TensorFlow2 compatibility here: #123

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

2 participants