/Sacred-MNIST

MNIST-Example with Keras using Sacred

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

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