Skip to content

pinae/Sacred-MNIST

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published