qq456cvb / Point-Transformers

Point Transformers
MIT License
625 stars 103 forks source link

part_seg problem #26

Open zhangdongwei1998 opened 2 years ago

zhangdongwei1998 commented 2 years ago

RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCreate(handle)

qq456cvb commented 2 years ago

Could you tell me about your Pytorch and CUDA/cudnn version, this error seem to be related to version mismatch or incorrect pytorch gpu installation. You may try to install Pytorch in a clean Anaconda environment.

zhangdongwei1998 commented 2 years ago

Thank you for your reply. I'll check it later.

Confusedisprecious commented 1 year ago

Thank you for your reply. I'll check it later. I had the same issue, how did you end up fixing this issue?