# HG changeset patch # User Xavier Glorot # Date 1243527154 14400 # Node ID 7ab4bc96cb12064b9457e5ad211ed7f917661422 # Parent 6789c6c38e04346d97301be6634409782afd157c changed name to NLL method to the StackedDAAig diff -r 6789c6c38e04 -r 7ab4bc96cb12 pylearn/algorithms/sandbox/DAA_inputs_groups.py --- 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])