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

Version problem #2

Open
601tyl opened this issue Jan 9, 2024 · 1 comment
Open

Version problem #2

601tyl opened this issue Jan 9, 2024 · 1 comment

Comments

@601tyl
Copy link

601tyl commented Jan 9, 2024

If I use tensorflow2, I may have to replace

import tensorflow.v1 as tf 

in the code with

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
@601tyl
Copy link
Author

601tyl commented Jan 10, 2024

I have a version that works here:
python 3.8
numpy 1.17.3
tensorflow 1.15.5
scikit-learn 1.3.2
Maybe it can solve the version conflict problem that arises.

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

1 participant