ConvNetSharp icon indicating copy to clipboard operation
ConvNetSharp copied to clipboard

Batch normalization layer

Open cbovar opened this issue 8 years ago • 6 comments

cbovar avatar Dec 29 '16 12:12 cbovar

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

lostmsu avatar May 24 '17 01:05 lostmsu

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?

lostmsu avatar May 24 '17 02:05 lostmsu

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

cbovar avatar May 24 '17 02:05 cbovar

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

lostmsu avatar May 24 '17 15:05 lostmsu

Any plans on implementing this feature anytime soon?

idow09 avatar Apr 12 '20 08:04 idow09

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

cbovar avatar Apr 12 '20 08:04 cbovar