You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: