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
How to run it only using CPU as my device does not have a GPU to support CUDA/NVIDIA Drivers
The text was updated successfully, but these errors were encountered:
Please refer to https://github.com/williamyang1991/DualStyleGAN/tree/main/model/stylegan/op_cpu#readme
And modify
DualStyleGAN/style_transfer.py
Line 61 in b3f0cf8
to
device = "cpu"
Sorry, something went wrong.
Thankyou, Seems to be working.
Also, can you provide a link to the gradio version of the program?
https://huggingface.co/spaces/CVPR/DualStyleGAN/tree/main
Thankyou
No branches or pull requests
How to run it only using CPU as my device does not have a GPU to support CUDA/NVIDIA Drivers
The text was updated successfully, but these errors were encountered: