Closed Lynne-Zheng-Linfang closed 4 years ago
Hello Linfang,
This error is unexpected to me. After some online searches, I suspect it has something to do with your CUDA version. My workstation has CUDA 10.1, and I am also able to compile the code on our department server which runs CUDA 10.0.
Hello Linfang,
This error is unexpected to me. After some online searches, I suspect it has something to do with your CUDA version. My workstation has CUDA 10.1, and I am also able to compile the code on our department server which runs CUDA 10.0.
Hi, my CUDA version is 10.0. It is the problem with my virtual environment setting. I already solved it. Thank you!
I'm glad to hear it! It would be helpful if you can post your steps to resolve the problem here. Other people are going to be benefited from that.
林芳你好, 这个错误出乎我的意料。网上查了一下,怀疑和你的CUDA版本有关系。我的工作站有 CUDA 10.1,我也可以在运行 CUDA 10.0 的部门服务器上编译代码。
你好,我的CUDA版本是10.0。这是我的虚拟环境设置的问题。我已经解决了。谢谢你! Hello,
Hello Linfang, This error is unexpected to me. After some online searches, I suspect it has something to do with your CUDA version. My workstation has CUDA 10.1, and I am also able to compile the code on our department server which runs CUDA 10.0.
Hi, my CUDA version is 10.0. It is the problem with my virtual environment setting. I already solved it. Thank you!
Hello,Linfang, I encountered the same error as you,but,it seems like didn't work when I changed the version of CUDA,could you tell me how to fix this error,thank you !
Hi, I followed the instructions to do the training, however, the code terminated with the following error:
When I was compiling the
Ransac Voting Layer
, there was a warning about the torch C++ extension. I tried to add#include <torch/extrension.h>
intoransac_voting.cpp
, but it didn't work. It seems that the error is related to the version of Pytorch, could you please share the torch version?