faster-rcnn-pedestrian-detection icon indicating copy to clipboard operation
faster-rcnn-pedestrian-detection copied to clipboard

about BN_Scale_Merged

Open foralliance opened this issue 7 years ago • 1 comments

@ChaoPei HI

在models下,您提供了Merged版本和非Merged版本.根据对应的prototxt文件,感觉

  1. Merged版本就是用一个Scale层代替了BatchNorm层+Scale层
  2. 非Merged版本就是传统的BatchNorm层+Scale层

想咨询下,

  1. 上述自己的理解对吗?
  2. 目前哪个版本的caffe支持融合BatchNorm层+Scale层的操作呢??即Merged版本
  3. 为什么基于同一个caffe版本,既支持传统的BatchNorm层+Scale层操作,又支持用一个Scale层代替了BatchNorm层+Scale层的操作呢?

foralliance avatar Jul 10 '18 14:07 foralliance

用tools下面的工具进行caffe的BN层merge,并不是同时支持的。

murphypei avatar Aug 23 '18 11:08 murphypei