error with tensorflow
Opened this issue · 3 comments
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!
I have the same error
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.
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?