qq456cvb / Point-Transformers

Point Transformers
MIT License
609 stars 102 forks source link

question about pytorch version #4

Closed amiltonwong closed 3 years ago

amiltonwong commented 3 years ago

Hi, @qq456cvb,

I got the error RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected at /pytorch/aten/src/THC/THCGeneral.cpp:50 . The details is here (https://gist.github.com/amiltonwong/9feaaa7d91721ccf6ad8a0d9b5d27d56)

The version of pytorch in my system is v1.3. Which version should we use?

Thanks!

qq456cvb commented 3 years ago

It seems that you didn't install PyTorch with cuda support, or your GPU might be dysfunctional.

amiltonwong commented 3 years ago

Thanks for your reply. I refactor the code and it runs smoothly under the original system setting.

Dookas commented 3 years ago

What was the solution to the problem here. I have run into the same issue