-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
No module named 'upfirdn2d_plugin' #35
Comments
I had the same problem, installed Windows 10 SDK and now its working fine. |
What do you think the issue relates to? I'm encountering it too on Linux. |
Please see my comment #2 (comment) |
Thanks a lot for the reply! My issue ended up being that the default gcc version was 7.3, which was incompatible with cuda. Installing gcc 5 through anaconda solved this for me. Just mentioning this in case someone else encounters this too. |
Thanks! very important! cuda version must consistent with gcc and g++ version |
My gcc version is : 9.5.0 conda install ninja conda install cudatoolkit=11.1 -c conda-forge pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Please copy&paste text instead of screenshots for better searchability.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: