Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 458 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 458 Bytes

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