You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I want to run this code on 3090,but the 3090 needs to install CUDA11.0.When I run ./train_monosf_selfsup_kitti_raw.sh,error:ImportError: libcudart.so.10.0:cannot oprn shared object file:No such file or directory.
So, I would like to ask how to solve it? I learned what changes to make to the code.Looking forward to your answer.
The text was updated successfully, but these errors were encountered:
Hi, I am not so sure what would cause the error -- it could be due to many reasons. Have you checked the environment variables? Are the correlation layer and the forward-warping layer properly installed? Are the nvcc_args in here and here properly listed, to be compatible with 3090?
Hi,I want to run this code on 3090,but the 3090 needs to install CUDA11.0.When I run ./train_monosf_selfsup_kitti_raw.sh,error:ImportError: libcudart.so.10.0:cannot oprn shared object file:No such file or directory.
So, I would like to ask how to solve it? I learned what changes to make to the code.Looking forward to your answer.
The text was updated successfully, but these errors were encountered: