-
Notifications
You must be signed in to change notification settings - Fork 112
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
About function get_filter_similar() #65
Comments
OK, I see, Thanks! |
Hi~ |
In paper "The pruning operation is conducted at the end of every training epoch", but you have pruned all layers at the beginning, why did you prune again at the end of every training epoch? |
Hi.
In FPGM experiment, we choose situation 2. |
Thanks for your quick reply! Got it! |
hi,thanks for the works, i read the questions and discussions, but don`t understand this code:
in pruning_imagenet.py line 281: m.do_grad_mask() |
Thanks for your great work!
But I have some questions about the function 'get_filter_similar()'. In paper Eq(2) and Eq(3), you calculate x(GM) first and then find the filter(s) nearest to the x(GM), but in code, you just caculate the similar matrix and get sum on columns,then select some smallest to prune(but not find x(GM)). Is it different?
Sorry to bother you!
The text was updated successfully, but these errors were encountered: