changeset 204:62c7527c9ec1

debugging mlp.py
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Wed, 14 May 2008 14:06:15 -0400
parents 4afb41e61fcf
children d1359de1ea13
files mlp.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]