File "BridgeDepthFlow-master/models/networks/correlation_package/correlation.py", line 4, in
import correlation_cuda
ImportError: libcudart.so.9.2: cannot open shared object file: No such file or directory
Hello, I tried this code with cuda-9.0 and cuda-10.0 with pytorch-1.1.0, and I have built and installed the correlation module. But when I run python train.py, it gets an error above, should I use cuda-9.2?
Hello, I tried this code with cuda-9.0 and cuda-10.0 with pytorch-1.1.0, and I have built and installed the correlation module. But when I run
python train.py, it gets an error above, should I use cuda-9.2?