# HG changeset patch # User Yoshua Bengio # Date 1210788375 14400 # Node ID 62c7527c9ec1d46633e42b9855c8e78f2ccf8d84 # Parent 4afb41e61fcfa510d720a92e92ffe4abb5264e56 debugging mlp.py diff -r 4afb41e61fcf -r 62c7527c9ec1 mlp.py --- a/mlp.py Tue May 13 17:00:53 2008 -0400 +++ b/mlp.py Wed May 14 14:06:15 2008 -0400 @@ -119,7 +119,7 @@ def updateMinibatch(self,minibatch): MinibatchUpdatesTLearner.updateMinibatch(self,minibatch) - print self.nll + print "NLL=",self.nll def allocate(self,minibatch): minibatch_n_inputs = minibatch["input"].shape[1]