We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
my sys: ubuntu 18.04 torch : 1.8.1+cu102 cuda : 10.2
run python setup.py build develop
ERROR: csrc/cpu/dcn_v2_psroi_pooling_cpu.cpp:16:10: fatal error: ATen/ceil_div.h: Noshuch file or directory #include <ATen/ceil_div.h> compilation terminated error: command "g++" failed with exit status 1
The text was updated successfully, but these errors were encountered:
I fixed this issue by using the DCNv2 src from the following repo. [https://gitcode.net/l_d_x/DCNv2_latest/-/tree/master/src]
Sorry, something went wrong.
No branches or pull requests
my sys:
ubuntu 18.04
torch : 1.8.1+cu102
cuda : 10.2
run python setup.py build develop
ERROR:
csrc/cpu/dcn_v2_psroi_pooling_cpu.cpp:16:10: fatal error: ATen/ceil_div.h: Noshuch file or directory
#include <ATen/ceil_div.h>
compilation terminated
error: command "g++" failed with exit status 1
The text was updated successfully, but these errors were encountered: