ConvNetSharp
ConvNetSharp copied to clipboard
Batch normalization layer
Just curious, with the current version, can I even do minibatches?
All right, from Classify2DDemo I guess I just need to set the last parameter of Volume's Shape to number of items in the minibatch. Can you confirm that?
Yes you can do mini batch. And you are correct: the 4th dimension of the Shape is the batch size
@cbovar IMHO, you should mention that in README. Seems like an important detail.
Any plans on implementing this feature anytime soon?
I'm not planning on implementing it any time soon. But PR are welcome of course :)