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
after running ./make.sh, I am getting errors as follows-
Traceback (most recent call last):
File "build.py", line 21, in <module>
raise ValueError('CUDA is not available')
ValueError: CUDA is not available
Traceback (most recent call last):
File "build_double.py", line 21, in <module>
raise ValueError('CUDA is not available')
ValueError: CUDA is not available
any solution for this?
The text was updated successfully, but these errors were encountered:
Prajwal-Gupta
changed the title
Error in regardin CUDA in step 5-"Compile deformable convolutional (from DCNv2)."
Error regarding CUDA in step 5-"Compile deformable convolutional (from DCNv2)."
Jun 21, 2022
after running
./make.sh
, I am getting errors as follows-any solution for this?
The text was updated successfully, but these errors were encountered: