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
module 'torch._C' has no attribute '_cuda_setDevice' I not run in windown10 cpu
The text was updated successfully, but these errors were encountered:
You need to modify the code to be able to run it on CPU. You can start by changing this line to
device = torch.device("cpu")
Sorry, something went wrong.
Alternatively you can use our newer model here. It supports the same boosting and should be runnable on CPU.
Your project is great, thank you very much
No branches or pull requests
module 'torch._C' has no attribute '_cuda_setDevice'
I not run in windown10 cpu
The text was updated successfully, but these errors were encountered: