lim0606 / caffe-googlenet-bn

re-implementation of googlenet batch normalization
131 stars 77 forks source link

Question about batch-norm in conv-nets #12

Open danpovey opened 6 years ago

danpovey commented 6 years ago

In this setup (which I assume is pretty standard), do you have a separate offset and scale per filter, or a separate offset and scale per (filter, horizontal positions, vertical position)? I'm assuming it's per filter, but I just want to confirm.