Closed mayanktiwariiiitdmj closed 2 years ago
Hi Dr. Mayank Tiwari,
Thanks for your interest in our project. It seems your CUDA version is not compatible with your pytorch/torchvision
version. ImportError: libcudart.so.9.0: cannot open shared object file: No such file or director
indicates that you have compiled pytorch
with CUDA 9.0 while your current environment is not using the same CUDA version.
You may want to download the pytorch
and torchvision
from here that are compatible with your current CUDA version. Hope you can solve this problem soon!
Kind regards, Haoyu
When I am running the project from the following command:
I am getting the following error:
This is the structure of the project:
Please help me.