changeset 740:7ab4bc96cb12

changed name to NLL method to the StackedDAAig
author Xavier Glorot <glorotxa@iro.umontreal.ca>
date Thu, 28 May 2009 12:12:34 -0400
parents 6789c6c38e04
children 4617ee277698
files pylearn/algorithms/sandbox/DAA_inputs_groups.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/algorithms/sandbox/DAA_inputs_groups.py	Thu May 28 12:06:33 2009 -0400
+++ b/pylearn/algorithms/sandbox/DAA_inputs_groups.py	Thu May 28 12:12:34 2009 -0400
@@ -541,7 +541,7 @@
         if self.totalupdatebool:
             self.totalupdate[-1] = theano.Method(self.inputs[-1],self.totalcost[-1],total_grads)
         self.classify = theano.Method(self.inputs[-2],self.daaig[-1].argmax_standalone)
-        self.softmax = theano.Method(self.inputs[-1],self.daaig[-1]._xent)
+        self.NLL = theano.Method(self.inputs[-1],self.daaig[-1]._xent)
         
         if self.debugmethod:
             self.compute_localcost[-1] = theano.Method(self.inputs[-1],self.localcost[-1])