stylegan2-pytorch
stylegan2-pytorch copied to clipboard
RuntimeError: no valid convolution algorithms available in CuDNN
File "/home/leo/GAN2Shape/gan2shape/stylegan2/stylegan2-pytorch/model.py", line 350, in forward out = self.conv(input, style) File "/home/leo/miniconda3/envs/cv_exp_py3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1194, in _call_impl return forward_call(*input, **kwargs) File "/home/leo/GAN2Shape/gan2shape/stylegan2/stylegan2-pytorch/model.py", line 272, in forward out = F.conv_transpose2d(input, weight, padding=0, stride=2, groups=batch) RuntimeError: no valid convolution algorithms available in CuDNN
I have the same problem. Do you solve it?
I have the same problem. Do you solve it?
I degraded pytorch + cudnn versions and it seemed to work.
I have the same problem. Do you solve it?
I degraded pytorch + cudnn versions and it seemed to work.
which version? could you tell me please?
I have the same problem. Do you solve it?
I degraded pytorch + cudnn versions and it seemed to work.
which version? could you tell me please?
PyTorch 1.3.1 + cuda 10.1 + cudnn 8, just as the readme stated. Also consider using legacy GPUs such as gtx1080.