Hi, thanks for the great work and sharing the code!
I'm trying to run the demos but having some trouble installing.
I followed the install instructions to install with conda. However, I'm having a CUFFT_INTERNAL_ERROR when trying to get the features:
x_freq = fft.fftn(x, dim=(-2, -1))
RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR
This seems to be caused by a CUDA bug in 1.6, as described here:
pytorch/pytorch#88038
Upgrading to pytorch 2.0 doesn't seem like an option since it's not compatible with detectron2, but pytorch 1.13.1 isn't compatible with CUDA 1.8 either.
Any ideas on how to resolve this?
Also, it might be worth adding a few lines to the installation instructions that cover Mask2Former installing in the third_party directory.
Thanks again, and I appreciate any help you can provide!
Hi, thanks for the great work and sharing the code!
I'm trying to run the demos but having some trouble installing.
I followed the install instructions to install with conda. However, I'm having a CUFFT_INTERNAL_ERROR when trying to get the features:
This seems to be caused by a CUDA bug in 1.6, as described here:
pytorch/pytorch#88038
Upgrading to pytorch 2.0 doesn't seem like an option since it's not compatible with detectron2, but pytorch 1.13.1 isn't compatible with CUDA 1.8 either.
Any ideas on how to resolve this?
Also, it might be worth adding a few lines to the installation instructions that cover Mask2Former installing in the third_party directory.
Thanks again, and I appreciate any help you can provide!