Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 957 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 957 Bytes

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.