moskewcz / boda

Boda: A C++ Framework for Efficient Experiments in Computer Vision
Other
63 stars 12 forks source link

Printing total activations over all layers #5

Closed forresti closed 8 years ago

moskewcz commented 8 years ago

should be covered by 87b705c68c, output looks like: ...

of particular note is that these values are only added to by fwd conv operations (i.e. Convolution()), not BckConv(), which might or might not be right, but is probably okay for now pending someone caring.