hmr icon indicating copy to clipboard operation
hmr copied to clipboard

error with tensorflow

Open Rayf0 opened this issue 5 years ago • 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!

Rayf0 avatar Sep 06 '19 16:09 Rayf0

I have the same error

username1618 avatar Oct 07 '19 10:10 username1618

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.

XezXey avatar Nov 16 '19 09:11 XezXey

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?

jszgz avatar Sep 05 '20 16:09 jszgz