DCFNet_pytorch
DCFNet_pytorch copied to clipboard
cuFFT error!!!
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?
So, have you installed CUDA support? Or just disable GPU pattern of pytorch. hope help you
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.
https://github.com/pytorch/pytorch/issues/6511
@maliangzhibi I have the same question. One GPU is OK,but multi-GPU failed. Have you solved the problem?