-
Notifications
You must be signed in to change notification settings - Fork 232
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
CUDNN_STATUS_NOT_SUPPORTED #83
Comments
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 ***@***.***> 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 <#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. |
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
train(args, dataset, generator, discriminator, device)
File "train.py", line 167, in train
fake_predict.backward()
File "/home/edward/anaconda3/lib/python3.6/site-packages/torch/tensor.py", line 195, in backward
torch.autograd.backward(self, gradient, retain_graph, create_graph)
File "/home/edward/anaconda3/lib/python3.6/site-packages/torch/autograd/init.py", line 99, in backward
allow_unreachable=True) # allow_unreachable flag
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.
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
The text was updated successfully, but these errors were encountered: