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

error with tensorflow #112

Open
Rayf0 opened this issue Sep 6, 2019 · 3 comments
Open

error with tensorflow #112

Rayf0 opened this issue Sep 6, 2019 · 3 comments

Comments

@Rayf0
Copy link

Rayf0 commented Sep 6, 2019

hello!
when I run the demo, it shows that:

ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory
Failed to load the native TensorFlow runtime.

I'm on ubuntu 16.04, cuda 10.0.
So does it mean i must use cuda 8.0?

thanks!

@username1618
Copy link

I have the same error

@XezXey
Copy link

XezXey commented Nov 16, 2019

try to use other tensorflow version that compiled with cuda10.0 (which is your cuda version)
pip install tensorflow-gpu==1.13.0rc1 #which is built using cuda10.0
or you can try to build it by yourself. This should work fine.

@jszgz
Copy link

jszgz commented Sep 5, 2020

Hello, do you know how to use mpi_inf_3dhp_to_tfrecords.py to convert mpi_inf_3dhp dataset? I failed because the code use jpg as input but the dataset I downloaded is consisting of videos. Do I need to use ffmpeg and write code to convert avi to jpg?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants