-
Notifications
You must be signed in to change notification settings - Fork 62
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
ImportError #38
Comments
maybe you have forgotten: "python setup.py develop --no_cuda_ext" |
I've got the software to run on my RTX 3060 by moving main.py outside of the basicsr directory and by implementing image decomposition to avoid VRAM overload (my RTX only has 6Gb of VRAM). On the remote machine according to some Python Matrix channel it's unfixable: the problem is because you've named the directory basicsr which conflicts with the module I have installed (also named basicsr). |
Hi, Yuri6037, Thanks, and you could try |
What is the operation of "python setup.py develop --no_cuda_ext" used for? |
Your network does not run on my research machine:
EDIT: Just tried on my local computer (RTX 3060) different error:
The text was updated successfully, but these errors were encountered: