batchnorm_prune
batchnorm_prune copied to clipboard
Tensorflow codes for "Rethinking the Smaller-Norm-Less-Informative Assumption in Channel Pruning of Convolution Layers"
Results
2
batchnorm_prune issues
Sort by
recently updated
recently updated
newest added
1. Need to remove dependency on explicitly computing the pruning weights. (Current is hard-coding) 2. Need to properly handle input.op.name in compressed mode. (Current is hard-coding)
enhancement