R-DFPN_FPN_Tensorflow icon indicating copy to clipboard operation
R-DFPN_FPN_Tensorflow copied to clipboard

the problem about the version of cuda

Open kealennieh opened this issue 6 years ago • 2 comments

Thanks for your share. Great job!

I've got one question. Is it really necessary to use tensorflow 1.2 and cuda 8?

I mean the versions of tensorflow and cuda are both higher right now. The combination of my machine is tensorflow 1.13 and cuda 9.1, which can work out in other project. When I run the demo in this project, the result shows "libcudart.so.8.0: cannot open shared object file: No such file or directory". So I guess cuda 8 has been constrained in the program, am I right ?

kealennieh avatar Oct 25 '18 02:10 kealennieh

I countered the same problem. my environment: python3.6 tensorflow1.8 cuda9.0, the error infor: ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory how can i solve it?

garspace avatar May 05 '19 07:05 garspace

I countered the same problem.

zsh1234567 avatar Apr 17 '20 08:04 zsh1234567