/Pruning_efficienet_v2

Magnitude-based unstructured pruning to eliminate less valuable parameters from the network. I was able to prune 81% weights

Primary LanguageJupyter Notebook

Pruning_efficienet_v2

Magnitude-based unstructured pruning to eliminate less valuable parameters from the network. I was able to prune 81% weights image

As this was unstructured pruning, it resulted in only a sparse model. There were no reductions in model size or MAC required. So I implemented channel pruning to effectively compress the model. Refer: https://github.com/amitpant7/Channel-Pruning-EfficientNetV2