-
Notifications
You must be signed in to change notification settings - Fork 60
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
cuFFT error!!! #16
Comments
So, have you installed CUDA support? Or just disable GPU pattern of pytorch. hope help you |
I have the CUDA support. When I use one GPU for running, it's ok, but in the case of multi-GPU, it's wrong. So, I guess there is a bug in the program, but I can't find it. |
@maliangzhibi I have the same question. One GPU is OK,but multi-GPU failed. Have you solved the problem? |
when I run the command for training, the cuFFT error happened. It happened in the line 47 of net.py and it has a tips of "RuntimeError: cuFFT error: CUFFT_ALLOC_FAILED
". I have no idea and I don't know how to solve it? Anyone else has a solution?
The text was updated successfully, but these errors were encountered: