qq456cvb / Point-Transformers

Point Transformers
MIT License
609 stars 102 forks source link

AssertionError: Torch not compiled with CUDA enabled #9

Closed GCH-upup closed 3 years ago

GCH-upup commented 3 years ago

I have installed Torch and CUDA,and my computer system also has GPU. QQ截图20210411145948 QQ截图20210411150139 However, this model still is successfully transformed to CUDA. As this QQ截图20210411150658 How to solve this problem?

qq456cvb commented 3 years ago

The error is indicating that you are using a version of Pytorch without CUDA (1.7.1 + cpu), try installing a GPU version of Pytorch .

GCH-upup commented 3 years ago

I have modified my Anaconda envs including Python=3.7, CUDA=10.1 and torch is 1.6.0+cu101. Such as this QQ截图20210414131705 But this model still can not be processed. QQ截图20210414132630 Can you show me your default of Pytorch, CUDA and Python? Thank you

GCH-upup commented 3 years ago

This program has run in Pycharm! thank for your answer!