Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if no bn layer in vgg16, can gate decorator pruning work properly?can you give an example? #16

Open
priscillapan opened this issue Feb 17, 2020 · 3 comments

Comments

@priscillapan
Copy link

No description provided.

@priscillapan priscillapan changed the title if no bn layer in vgg16, can gate decorator pruning work properly? if no bn layer in vgg16, can gate decorator pruning work properly?can you give an example? Feb 17, 2020
@youzhonghui
Copy link
Owner

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
Copy link
Author

Does GC work as good as GBN?

@zh583007354
Copy link

所以大佬现在有GC版本的代码吗,我现在想裁剪的网络也是没有BN的网络,正在自己改写GC的代码,请问您后续会发布自己写好的GC模块的代码吗?谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants