-
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
[Solved] dcn_v2_cuda.obj : error LNK2001: unresolved external symbol state caused by extern THCState *state; #14
Comments
I find there is an declaration in src/cuda/dcn_va_cuda.cu
But I can't find where it is initialized. Then I modify the line to the following, and it compiles and works ok:
|
how to compile in windows and run sh |
I have Git for Windows, |
DCNv2 is failed,external is failed
running build_ext |
Generating code Installed d:\research\centernet-master\src\lib\models\networks\dcnv2 |
@ausk ,Thanks a lot,it works well~ |
did you sovle this problem? I meet the same question again. |
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit status 2 How can i solve it |
check this: xingyizhou/CenterNet#7 (comment) |
First thank you for your job.
When compiling the DCNv2 on Win10 with Pytorch 1.0.1 using
make.sh
, error occurs at the last step:The original error info is in Chinese:
I want to know: does
DCNv2
supportPytorch 1.0.1 + Cuda 10.1 + Win10 64
?The text was updated successfully, but these errors were encountered: