caffe-mobilenet
caffe-mobilenet copied to clipboard
Why the BN layer of your deploy.prototxt does not set "use_global_stats: true"
Why the BN layer of your deploy.prototxt does not set "use_global_stats: true" Thanks @farmingyard
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.