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
Just tried running this on a larger NN but output, _ = theano.scan(lambda i, logX=logL, v=var: theano.grad(logX[i], v).flatten(),\ ---> 56 sequences=[tt.arange(logL.shape[0])]) seems to take forever.
Just tried running this on a larger NN but
output, _ = theano.scan(lambda i, logX=logL, v=var: theano.grad(logX[i], v).flatten(),\ ---> 56 sequences=[tt.arange(logL.shape[0])])
seems to take forever.Is there no way to vectorize this?
CC @shkr
The text was updated successfully, but these errors were encountered: