I am trying to calculate hessian in the logisitic_sgd.py code available 
here (  http://deeplearning.net/tutorial/code/logistic_sgd.py )

I have added the following line to the code, but its not working. Can 
anybody help me
whats wrong with this?

    h=theano.gradient.hessian(cost=cost,wrt=[classifier.W.flatten(), 
classifier.b.flatten()])

-- 

--- 
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.

Reply via email to