Mercurial > pylearn
diff statscollector.py @ 375:12ce29abf27d
Automated merge with http://lgcm.iro.umontreal.ca/hg/pylearn
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Mon, 16 Jun 2008 17:47:36 -0400 |
parents | fe57b96f33d4 |
children | 4efb503fd0da |
line wrap: on
line diff
--- a/statscollector.py Tue Jun 03 21:27:32 2008 -0400 +++ b/statscollector.py Mon Jun 16 17:47:36 2008 -0400 @@ -3,7 +3,7 @@ # def my_stats((residue,nll),(regularizer)): # mse=examplewise_mean(square_norm(residue)) -# training_loss=regularizer+examplewise_sum(nll) +# training_loss=regularizer+examplewise_sum(nll) # set_names(locals()) # return ((residue,nll),(regularizer),(),(mse,training_loss)) # my_stats_collector = make_stats_collector(my_stats)