-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
versions of the libraries #53
Comments
Could you provide and check the nvidia-driver version, the cuda version, and the cuda version that pytorch is compiled on (torch.version.cuda). |
driver version: +-----------------------------------------------------------------------------+ Cuda Version: Torch.cuda.version
When I run make.sh in the /home/safa/PycharmProjects/visualDet3D-1.1/visualDet3D/networks/lib/ops/dcn/ I get the error at the below.
When I uninstall ninja and run make.sh again it compiles without error.
After this compilation when I run the train.sh file I got this error:
|
It seems that your environment contains multiple cuda version. Please clean it up and it is better to keep version number aligned in nvcc / torch.cuda / nvidia-driver. |
The requirements file does not include the versions of the libraries.
I have 3060Ti and having some problem with creating the .so files.
can someone write the versions of the libraries?
The text was updated successfully, but these errors were encountered: