-
Notifications
You must be signed in to change notification settings - Fork 2.5k
NMS not compiled with GPU support #477
Comments
Could you please tell what is the output of It should be something like : |
ah! your question helped me realize my mistake. I was not running |
Thanks @LeviViana for helping out figure the reason! |
Can you tell me how to run python setup.py with the CUDA_VISIBLE_DEVICES flag? |
On the command line I just ran
with a 0 because when I ran
printed
printed |
Thanks @sanjmohan |
Hey no sure but I have same issue here ..
|
That's quite helpful! I also can't compile before because I don't find CUDA_NAME in my computer, and I reinstall my NIVIDA driver. It works!! |
❓ Questions and Help
Trying to build and run the repo, and on running I am getting this runtime error:
I am using nightly pytorch build (installed with
conda install -c pytorch pytorch-nightly cuda92
). I downloaded both the nightly pytorch build and the maskrcnn repo today (2/21).Current versions are:
maskrcnn version:
I have seen other closed issues re: this problem and I have tried to follow the solutions in those issues but am still experiencing this error. I would appreciate any help on this. Thanks!
The text was updated successfully, but these errors were encountered: