lisa-lab/pylearn2

Question: sum of monitoring metrics per epoch

Opened this issue · 0 comments

It seems to me that if I add a monitoring channel (metric), pylearn2 will return me the mean value of that metric over all the mini-batches after each epoch. But I need the sum of that metric over all the mini-batches after each epoch. Is there any easy way to do that?