cbovar / ConvNetSharp

Deep Learning in C#
MIT License
466 stars 109 forks source link

Batch normalization layer #13

Open cbovar opened 7 years ago

lostmsu commented 7 years ago

Just curious, with the current version, can I even do minibatches?

lostmsu commented 7 years ago

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?

cbovar commented 7 years ago

Yes you can do mini batch. And you are correct: the 4th dimension of the Shape is the batch size

lostmsu commented 7 years ago

@cbovar IMHO, you should mention that in README. Seems like an important detail.

idow09 commented 4 years ago

Any plans on implementing this feature anytime soon?

cbovar commented 4 years ago

I'm not planning on implementing it any time soon. But PR are welcome of course :)