Skip to content
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

BorderDet can not run on RTX 3090 GPU? #57

Open
HonglinChu opened this issue Oct 17, 2021 · 3 comments
Open

BorderDet can not run on RTX 3090 GPU? #57

HonglinChu opened this issue Oct 17, 2021 · 3 comments

Comments

@HonglinChu
Copy link

HonglinChu commented Oct 17, 2021

ubuntu18.04, pytorch: 1.7, python 3.8, cudatoolkit 11.0, RTX3090

I can compile cvpods successfully by running "python3 -m pip install -e cvpods"
when i run BorderDet, exception has occurred: import error at "from cvpods import _C" :
xxx/cvpods/cvpods/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: z39tree_filter_refine_backward_edge_weightRKN2at6TensorES2_S2_S2_S2_S2_S2_S2

@FateScript
Copy link
Member

It seems a compiling error. You could remove tree-filter code to train boarderDet

@HonglinChu
Copy link
Author

It seems a compiling error. You could remove tree-filter code to train boarderDet
I can run BorderDet on RTX2060, but still can not run on RTX3090, the same error still exists.

@StevenGrove
Copy link

Can you provide more compiling details? such as warnings or errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants