channel_prune icon indicating copy to clipboard operation
channel_prune copied to clipboard

Residual connection in prunner

Open ShirelJosef opened this issue 5 years ago • 4 comments

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

ShirelJosef avatar Mar 10 '19 13:03 ShirelJosef

I have the same question, and there is no 'downsample' in the forward, do you know why?

milulee avatar Dec 07 '19 02:12 milulee

@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.

eeric avatar Dec 07 '19 04:12 eeric

@milulee @ShirelJosef did you get?

kunalgoyal9 avatar May 15 '20 16:05 kunalgoyal9

I have solved those issues and raised a pull request. But I don't think it will be merged anyway.

kunalgoyal9 avatar Jun 16 '20 16:06 kunalgoyal9