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
I have been using cudnn.torch binding for cudnn-rnn for quite a long time, and an issue confused me a lot.
when I set the input sequence to be input = torch.zeros(1,5,1), and pass it thru the cudnn.GRU module, the outputs are not a bunch of 0s, which should be if the initialization of the hidden state is 0 at the very beginning.
Any thoughts about the issue?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi all,
I have been using cudnn.torch binding for cudnn-rnn for quite a long time, and an issue confused me a lot.
when I set the input sequence to be
input = torch.zeros(1,5,1)
, and pass it thru the cudnn.GRU module, the outputs are not a bunch of 0s, which should be if the initialization of the hidden state is 0 at the very beginning.Any thoughts about the issue?
Thank you!
The text was updated successfully, but these errors were encountered: