Aaron-Zhao123 / LeNet5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pruning of the Lenet5 Network

Tensorflow Installation

Install tensorflow via virtualev and install matplotlib

sudo apt-get install python-pip python-dev python-virtualenv
virtualenv --system-site-packages ~/tensorflow
source ~/tensorflow/bin/activate
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc1-cp27-none-linux_x86_64.whl
pip install --upgrade $TF_BINARY_URL
sudo apt-get install python-matplotlib

clone the following

git clone https://github.com/Aaron-Zhao123/LeNet5.git
## Reference
1. https://github.com/garion9013/impl-pruning-TF/blob/master/train.py



## Project Log

#### 2016/12/25
Current Implementation  

About


Languages

Language:Python 99.6%Language:R 0.4%