channel_prune
channel_prune copied to clipboard
Residual connection in prunner
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
I have the same question, and there is no 'downsample' in the forward, do you know why?
@milulee,@ShirelJosef you debuged fine_tuner.prune() on the 360th line in finetune.py, and then debug def prune(self): on the 278th line in finetune.py.
@milulee @ShirelJosef did you get?
I have solved those issues and raised a pull request. But I don't think it will be merged anyway.