Hi all I'm trying to debug my model, which is randomly nan'ing at some point. I've turned on NanGuardMode and turned off optimization, but all it says is that a node which is being created in a call to theano.gradient.grad is causing the nan. This suggests that the model is nan'ing at some point during the gradient computations, but I was wondering whether it was possible to see which node's gradient is currently being computed, so I know where to look when debugging?
Thanks Kris -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
