Closed yinggo closed 3 years ago
I have tested on CUDA 9,10 and even 11, but I didn't see this error before. Looks like the spconv is not installed properly, can you run SECOND successfully?
BTW, you could add the following things at the beginning of the code to avoid these NUMBA warnings from numba.core.errors import NumbaDeprecationWarning, NumbaPendingDeprecationWarning,NumbaPerformanceWarning,NumbaWarning import warnings warnings.simplefilter('ignore', category=NumbaDeprecationWarning) warnings.simplefilter('ignore', category=NumbaPendingDeprecationWarning) warnings.simplefilter('ignore', category=NumbaPerformanceWarning) warnings.simplefilter('ignore', category=NumbaWarning) warnings.simplefilter('ignore') warnings.filterwarnings('ignore')
Thanks for your kind reply. It solved.
Thanks for your kind reply. It solved.
hello, I met the same question, how can I solve this issue?
I followed the instructions, but still meet some errors, please help. I got RuntimeError: cuda runtime error (77) What's the correct version of CUDA and CUDNN?
My environments:
Here shows the error in detail: