Re: [Dclib-devel] [dclib-devel] question about batch normalisation
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2017-12-03 01:25:03
|
It's about making the network do what you want. You have to think about what you want to do. Do you want to do batch normalization all the time? Maybe you do, but in most cases that isn't what you want when you are really using a model because it does something weird to the data that only really makes sense during training. |