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

Demo Does Not run with Tensorflow Version 2.0 #1

Open
dbl001 opened this issue Jan 29, 2020 · 3 comments
Open

Demo Does Not run with Tensorflow Version 2.0 #1

dbl001 opened this issue Jan 29, 2020 · 3 comments

Comments

@dbl001
Copy link

dbl001 commented Jan 29, 2020

$ ipython
Python 3.6.7 | packaged by conda-forge | (default, Nov 6 2019, 16:19:42)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.11.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import tensorflow

In [2]: print(tensorflow.version)
2.0.0

In [3]: import tensorflow.contrib

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import tensorflow.contrib

ModuleNotFoundError: No module named 'tensorflow.contrib'

@pminervini
Copy link
Contributor

Yep it's currently a problem - our code is still based on TF 1.x

I can start porting it to TF 2.x in the second half of February

@570710065-jili
Copy link

TF 1.x can't run on cuda11.

@Yanzhiwen001
Copy link

Hi, did you managed to transfer it to TF2.x? I also have the problem with higher cuda version on GPU .

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

4 participants