-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCNv2 undefined symbol #117
Comments
I also met the same problem. Have you solved this problem now |
I have solved the problem. As I was building DCN to run this, I reinstalled my system as per their environment using Ubuntu 18.04 LTS, Anaconda Python 3.6, CUDA 10.0, and PyTorch v1.0. In this environment DCN built correctly. As for running it on Arch, I believe the undefined symbol could be due to Arch's modern GCC version, installing an older version may work but in my case it was faster to reload the system with Ubuntu. |
thank you |
Hi there,
I can build the extension successfully but upon testing with either test file I get the following error. This would suggest the build was not successful.
I am running on Arch Linux x64 in a conda environment with pytorch==1.4.0 torchvision==0.5.0 and cudatoolkit=10.1.
Build logs
Any pointers on what could be causing this? I've tried many different version combinations from here.
The text was updated successfully, but these errors were encountered: