deep-compression
deep-compression copied to clipboard
Learning both Weights and Connections for Efficient Neural Networks https://arxiv.org/abs/1506.02626
Hi, I tried to solve the problems in structureing pruing. Now the code can run without error but I'm not sure it matchs the method in the paper. And here...
Hi, when I prune resnet in structured type, I got error like this: Traceback (most recent call last): File "prune.py", line 131, in pruner.prune(model, prune_rate) File "/content/deep-compression-master/pruners/l1_pruner.py", line 70, in...
can I use your proposed algorithm for pruning weights in Transposed Convolution layers, e.g. in DCGAN?
after pruning, I count the parameter of the network resnet34. well... I found the number of parameters to be 4.2 * 10e7 I know parameter number of resnet34 is about...
Hi `jack-willturner/deep-compression`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...