cudnn RNN backward can only be called in training mode #1344
Unanswered
ali-akhavan89
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have put my custom embedding network in training mode,
sequence_net.train()
, before the training happens, but I still get the following error. This happens when I use 'mdn' during multi-round (right when the non-atomic training starts). I don't have this issue with 'maf' in multi-round training. Everything is on cuda. I would appreciate any thoughts or feedback. Thank you!Beta Was this translation helpful? Give feedback.
All reactions