-
Notifications
You must be signed in to change notification settings - Fork 31
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
cuda running error #2
Comments
Me too, I'm facing same error. |
Me too, I'm facing same error. |
+1 same error |
Hi, current version cannot be run on CUDA yet. Please use --no-cuda when running it. |
When running on cuda, the error is as follows:
RuntimeError: Could not run 'aten::sum.dim_IntList' with arguments from the 'SparseCUDA' backend. 'aten::sum.dim_IntList' is only available for these backends: [CPU, CUDA, BackendSelect, Named, AutogradOther, AutogradCPU, AutogradCUDA, AutogradXLA, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, Tracer, Autocast, Batched, VmapMode].
using pytorch-1.7.0 cuda-10.2 on windows.
The text was updated successfully, but these errors were encountered: