style-based-gan-pytorch
style-based-gan-pytorch copied to clipboard
CUDNN_STATUS_NOT_SUPPORTED
Hi, I'm having this error while trying to train the model on CelebA dataset :
Traceback (most recent call last):
File "train.py", line 347, in
I'm running Python 3.6.4 with torch 1.4.0. Nvidia-driver 418.56
Any idea where I could look for some fix ?
Thanks so much !
Edward
Could you give me the error logs with CUDA_LAUNCH_BLOCKING=1?
I have exactly the same error logs with CUDA_LAUNCH_BLOKCING=1
Could you check output dimensions? Sometimes this kind of error happens when tensor is too large.
I tried with smaller batch sizes and it still fails on the lowest resolution.
On 17 Feb 2020, at 02:10, Kim Seonghyeon [email protected] wrote:
Could you check output dimensions? Sometimes this kind of error happens when tensor is too large.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rosinality/style-based-gan-pytorch/issues/83?email_source=notifications&email_token=AFM3FN6C6JLQOOJRO3GZPF3RDHPZPA5CNFSM4KVNFF3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL4YY5Q#issuecomment-586779766, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFM3FNZ7LDXZNCZK4HD65XDRDHPZPANCNFSM4KVNFF3A.
Sorry but it is hard to know why...
@edebrouwer try to upgrade torch 1.4.0 to nightly, it helped me. (cuda 10.0, torch 1.5.0.dev20200313+cu100)
Same issue. Did anyone fix it?
I had same issue in here, so I downgrade the torch version. For me, torch 1.2.0 + cuda 10.0 works well (link)