parasdahal / deepnet

Educational deep learning library in plain Numpy.
https://deepnotes.io/implementing-cnn
MIT License
320 stars 83 forks source link

question in batchnorm #11

Open heyxhh opened 4 years ago

heyxhh commented 4 years ago

Hi, thanks for your share. I found some wrong in the implementation of BatchNorm。you compute mean and var for every batch, rather than for every channels