Hello,
Thank you for your great work. I was trying to run the demo script but was getting the following error:
demo/input/000000061418.png libcudart.so.10.1: cannot open shared object file: No such file or directory
I have installed cuda toolkit as well as pytorch with cuda. When I used nvcc --version it shows the 11.8 and also when I do torch.version.cuda and torch.cuda.is_available() which returns True.
Could you let me know how to resolve this issue?
Hello,
Thank you for your great work. I was trying to run the demo script but was getting the following error:
demo/input/000000061418.png libcudart.so.10.1: cannot open shared object file: No such file or directoryI have installed cuda toolkit as well as pytorch with cuda. When I used
nvcc --versionit shows the 11.8 and also when I dotorch.version.cudaandtorch.cuda.is_available()which returnsTrue.Could you let me know how to resolve this issue?