Closed r3tex closed 3 years ago
I've fixed this specific issue here. Unfortunately it now seems that CUDNN is unhappy with how we're calling RNNs, so that needs looking into.
RNNs no longer use CuDNN (at least for now), so I think this should be resolved.
I came across this in my project now and noticed it happens on the Char-RNN in the Model Zoo. When training an LSTM on GPU we get
ERROR: MethodError: no method matching unbroadcast(::Tuple{Int64,Int64}, ::CuArray{Float32,2})
at