dbusbridge / deepmnist

A refactoring of the TensorFlow r0.12 deep mnist for experts tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deepmnist

Introduction

This repo is a refactoring of the code found in the TensorFlow r0.12 deep mnist for experts tutorial. I created this as a more verbose and modular version of the tutorial code so that I could better understand the components.

Dependencies

  • An anaconda or miniconda distribution.

Setup

Clone the repo

$ git clone https://github.com/dbusbridge/deepmnist.git

Create the conda environment

$ cd deepmnist
$ conda env create

Have fun!

$ source activate tensorflow_12_gpu
$ python deepmnist.py

About

A refactoring of the TensorFlow r0.12 deep mnist for experts tutorial


Languages

Language:Python 100.0%