yonghenglh6 / DepthwiseConvolution

A personal depthwise convolution layer implementation on caffe by liuhao.(only GPU)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why your deploy not have batch_norm_param { use_global_stats: true}???

Ai-is-light opened this issue · comments

commented

in https://github.com/shicai/MobileNet-Caffe/blob/master/mobilenet_deploy.prototxt#L50
batch_norm_param {
use_global_stats: true

why your deploy not have batch_norm_param { use_global_stats: true}???
@yonghenglh6 Thanks

The default behavior of the param is being true on training and being false on testing.