/prune-keras

How to compress your Keras model x5 smaller with TensorFlow model optimization

Primary LanguageJupyter NotebookOtherNOASSERTION

How to Run on Colab

pruning_with_keras.ipynb

How to Run locally

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/prune-keras

Install required libraries

pip3 install -r requirements.txt

In the project start a command line run

jupyter notebook

In the opened browser window open

pruning_with_keras.ipynb

Happy coding! Leave a comment if you have any question.