channel_prune
channel_prune copied to clipboard
Base to channel pruned to ResNet18 model
I have a question about how to set the number of filter to prune, every layers has its own numbers or the whole network share a number, and how to...
in function "forward" in the class "FilterPrunner" there is no residual connection in the blocks of layers 4,5,6,7 as suppose to be in resent. why? Thanks
hi @eeric , i run your code, and i have this question: i run 10 epochs ang get accuracy of 57% before prunning, but after prunning i can get accuracy...