Skip to content

pinae/TensorFlow-MNIST-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow-MNIST-example

Testing out TensorFlow examples for the MNIST dataset

Installation

Create and activate a virtualenv for TensorFlow:

pyvenv env
source env/bin/activate

Set download URL for TensorFlow on Linux, Python3.5, CPU only and install it:

export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
pip install --upgrade $TF_BINARY_URL

Running

Execute onelayer.py.

About

Testing out TensorFlow examples for the MNIST dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages