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

How to deal with the situation where there is not enough zero filters? #8

Closed
lkyf opened this issue Mar 27, 2019 · 1 comment
Closed

Comments

@lkyf
Copy link

lkyf commented Mar 27, 2019

If we cannot obtain N_{i+1}(1-P_{i}) zero filters at layer i in the converged network. How to deal with it?

@he-y
Copy link
Owner

he-y commented Mar 27, 2019

Assume we have 64 filters in the network.
If the pruning rate is 30%, we select 19 filters with small L2-norm and prune them, in other words, we change all the value of those 19 filters to zero.
If we set a threshold, we could always find them.

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

2 participants