caffe-mobilenet icon indicating copy to clipboard operation
caffe-mobilenet copied to clipboard

Why the BN layer of your deploy.prototxt does not set "use_global_stats: true"

Open Ai-is-light opened this issue 6 years ago • 1 comments

Why the BN layer of your deploy.prototxt does not set "use_global_stats: true" Thanks @farmingyard

Ai-is-light avatar Mar 07 '18 01:03 Ai-is-light

Should be OK, by default it's set to "true" in the testing phase, check this -http://caffe.berkeleyvision.org/tutorial/layers/batchnorm.html Setting this to "false" in the testing phase leads to unpredictable results, because layer parameters will be corrected according to an input data.

borisgribkov avatar Mar 27 '18 21:03 borisgribkov