You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am a beginner, and I would like to ask you a question that puzzles me.
When I read the paper PRUNING FILTERS FOR EFFICIENT CONVNETS, I found that Pruning a filter results in removal of its corresponding feature map and related kernels in the next layer.
However, in the code I only found actions to remove filters at the i th layer and did not remove related Kernels in the next layer.
So is this code channel pruning or filter pruning?
The text was updated successfully, but these errors were encountered:
Hello!
I am a beginner, and I would like to ask you a question that puzzles me.
When I read the paper PRUNING FILTERS FOR EFFICIENT CONVNETS, I found that Pruning a filter results in removal of its corresponding feature map and related kernels in the next layer.
However, in the code I only found actions to remove filters at the i th layer and did not remove related Kernels in the next layer.
So is this code channel pruning or filter pruning?
The text was updated successfully, but these errors were encountered: