if no bn layer in vgg16, can gate decorator pruning work properly?can you give an example?
priscillapan opened this issue · 3 comments
priscillapan commented
if no bn layer in vgg16, can gate decorator pruning work properly?can you give an example?
youzhonghui commented
In the current version of the code, the module we implement is GBN(Gated BatchNorm). You can implement the GC(Gated Convolution) module according to the GBN code. We tried GC on the very early version of code draft, and it was worked for our FCN experiment. But the code changed a lot, and the GC needs to be reimplemented.
priscillapan commented
Does GC work as good as GBN?
zh583007354 commented
所以大佬现在有GC版本的代码吗,我现在想裁剪的网络也是没有BN的网络,正在自己改写GC的代码,请问您后续会发布自己写好的GC模块的代码吗?谢谢!