admm-pruning icon indicating copy to clipboard operation
admm-pruning copied to clipboard

Discussion about CNN pruning

Open appleleaves opened this issue 6 years ago • 0 comments

I read the codes in it and find that they just set the connection weights as zeros. And then use the whole matrix to calculate the output. I assume that when training and testing the network, the memory footprint(gpu memory) would not change.

Therefore, how pruning benefit the CNN when applying in resource limited machine?

appleleaves avatar Oct 22 '18 08:10 appleleaves