PengyiZhang / SlimYOLOv3

This page is for the SlimYOLOv3: Narrower, Faster and Better for UAV Real-Time Applications
1.14k stars 320 forks source link

关于其他网络模型的裁剪问题 #7

Open ubuntuyumiao opened 5 years ago

ubuntuyumiao commented 5 years ago

作者你好,请问mobilenet_ssd中也有batch normalize机制,是否也可以用你这个方法进行裁剪呢

PengyiZhang commented 5 years ago

应该是可以的!其实使用BatchNorm中的scale参数一方面是为了不引入额外的参数,另一方面是防止Scale参数变小,但是具体activation值变大,而出现无法衡量通道重要性的困境。