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

Zooming-Slow-Mo-CVPR-2020/codes/models/modules/DCNv2/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: #54

Closed
hanlei1995 opened this issue Feb 3, 2021 · 1 comment

Comments

@hanlei1995
Copy link

After i run make.sh,i run the test.py. I got an error:Zooming-Slow-Mo-CVPR-2020/codes/models/modules/DCNv2/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNK2at11ATenOpTable11reportErrorEN3c1012TensorTypeIdE. Could you help me?thank you.

@littlewhitesea
Copy link

I met a similar problem like you. After I changed the version of pytorch, I finally solved this question.

I used anaconda to install the pytorch. The version of python was 3.8. I firstly created a virtual environment using the following command: conda create -n zooming python=3.8

Then, in the virtual environment, I performed the command: conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch

@Mukosame Mukosame closed this as completed Apr 4, 2022
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