-
Notifications
You must be signed in to change notification settings - Fork 114
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
YOLOF/cvpods/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _Z39tree_filter_refine_backward_edge_weightRKN2at6TensorES2_S2_S2_S2_S2_S2_S2_S2_ #24
Comments
This may help you. |
my CUDA==11.1 and pytorch== 1.8.1+cu111 |
You may provide more environmental details so that I can help. |
sorry i check my environmental that cuda and pytorch not match. In file included from /home/hznu/.conda/envs/yolof/lib/python3.7/site-packages/torch/include/THC/THCGeneral.h:7:0, python:3.7 i just run 'python setup.py develop' |
Hi, could you try pytorch<1.8? |
Adding these paths to include_dirs in setup.py may solve your problem: However, you may still encounter a new problem when using even if you can successfully setup. BTW, I have also met this error: |
when I run
cd playground/detection/coco/yolof/yolof.res50.C5.1x
pods_train --num-gpus 8
i get a problem:
YOLOF/cvpods/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: Z39tree_filter_refine_backward_edge_weightRKN2at6TensorES2_S2_S2_S2_S2_S2_S2_S2
How should I solve it?
The text was updated successfully, but these errors were encountered: