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
I use the loss to approximate the Wasserstein-distance between image-patches and observed, that this error occurs, whenever the two patches are larger than about 70x70 pixels while using the "sinkhorn" loss with default parameters. I noticed though, that the GPU is not nearly out of memory in this case. Now I started to try out the multiscale backend but in this case I always run into this error, no matter how large the input is. So I suppose it might have something to do with the sparse implementation? Also resetting the pykeops cache didn't solve the issue so far.
When importing geomloss from SamplesLoss, I also always get the two errors/warnings:
[KeOps] Compiling cuda jit compiler engine ...
[KeOps] Warning : There were warnings or errors :
/usr/bin/ld: cannot find -lnvrtc: No such file or directory
collect2: error: ld returned 1 exit status
OK
[pyKeOps] Compiling nvrtc binder for python ...
[KeOps] Warning : There were warnings or errors :
/usr/bin/ld: cannot find -lnvrtc: No such file or directory
collect2: error: ld returned 1 exit status
OK
Against this, I tried to reinstall KeOps, and torch and also set the environment variables as indicated here
Hello,
I am using your SamplesLoss in a project on a NVIDIA GeForce RTX 2080 Ti and often-times I run into this error:
The call stack is pretty long, so I attached it in a separate file.
error.txt
I use the loss to approximate the Wasserstein-distance between image-patches and observed, that this error occurs, whenever the two patches are larger than about 70x70 pixels while using the "sinkhorn" loss with default parameters. I noticed though, that the GPU is not nearly out of memory in this case. Now I started to try out the
multiscale
backend but in this case I always run into this error, no matter how large the input is. So I suppose it might have something to do with the sparse implementation? Also resetting thepykeops
cache didn't solve the issue so far.When importing
geomloss from SamplesLoss
, I also always get the two errors/warnings:Against this, I tried to reinstall KeOps, and torch and also set the environment variables as indicated here
but unfortunately that also didn't solve the issue. But as they are both about
nvrtc
, it seems like the two issues are related.nvcc --version
andnvidia-smi
both indicate CUDA version 12.8.Thanks in advance for any help you can offer! :)
The text was updated successfully, but these errors were encountered: