stephankn / Sacred-MNIST

MNIST-Example with Keras using Sacred

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sacred-MNIST

MNIST-Example with Keras using Sacred

Installation

We strongly recommend to use a virtualenv:

python3 -m venv env
source env/bin/activate

Install the requirements:

pip install wheel
pip install -r requirements.txt

Install TensorFlow in the CPU-Version:

pip install tensorflow

or GPU-Version:

pip install tensorflow-gpu

Training

To train the network simply run:

python train_convnet.py

About

MNIST-Example with Keras using Sacred

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 96.6%Language:Python 3.4%