-
- Downloads
Filter pruning: rank filters by mean value of feature-map channels
A small change to support ranking weight filters by the mean mean-value of the feature-map channels. Mean mean-value refers to computing the average value (across many input images) of the mean-value of each channel.
Showing
- distiller/pruning/__init__.py 10 additions, 4 deletionsdistiller/pruning/__init__.py
- distiller/pruning/automated_gradual_pruner.py 7 additions, 0 deletionsdistiller/pruning/automated_gradual_pruner.py
- distiller/pruning/ranked_structures_pruner.py 40 additions, 14 deletionsdistiller/pruning/ranked_structures_pruner.py
- examples/classifier_compression/compress_classifier.py 2 additions, 0 deletionsexamples/classifier_compression/compress_classifier.py
Please register or sign in to comment