An open API service indexing awesome lists of open source software.

https://github.com/tchaton/keras_pruner

This repository contains part of the code to implement an optimized pruning algorithm in keras
https://github.com/tchaton/keras_pruner

Last synced: over 1 year ago
JSON representation

This repository contains part of the code to implement an optimized pruning algorithm in keras

Awesome Lists containing this project

README

          

# Keras_Pruner

## Efficient Keras implementation of [\[1611.06440 Pruning Convolutional Neural Networks for Resource Efficient Inference\]](https://arxiv.org/abs/1611.06440) ##

# Only the code of the pruner is present.

# Process :
- Create pipeline using Augmentor on my repo
- Feed the trained neural network to the Transformer (wrap layers into a custom Wrapper)
- Feed this model to NVIDIA_Pruner, set shapes (#could be implemented inside this class)
- WAIT FOR PRUNING