We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Thank you for sharing the code.
I am running the KernelGAN + ZSSR. It seems that the ZSSR part runs on the CPU, so it is very time-consuming. How can I run it on the GPU?
The enviroment is as follows: windows 10, pytorch 1.0, python 3.6. Thanks.
The text was updated successfully, but these errors were encountered:
ZSSR runs on GPU if defined to do so. See the readme regarding specification of the GPU num.
Sorry, something went wrong.
Thank you for your reply.
For the ZSSR, I tried the command 'python run_ZSSR.py ' . However, I found it still runs on CPU. Do you have any suggestions, thanks.
Hello,I also want to use KernelGan+ZSSR,But i encounter this error. Do you have any suggestions,thanks a lot.
No branches or pull requests
Hi, Thank you for sharing the code.
I am running the KernelGAN + ZSSR. It seems that the ZSSR part runs on the CPU, so it is very time-consuming. How can I run it on the GPU?
The enviroment is as follows: windows 10, pytorch 1.0, python 3.6. Thanks.
The text was updated successfully, but these errors were encountered: