ornew / mnist-visual

MNIST Visualize Exsample for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNIST Visualize Exsample for TensorFlow

It is an exsample to interactively test MNIST with a web browser.

How to Use

Download and unzip the released zip file. Execute train.py to create a model and a checkpoint every 1000 steps. Hang tight, this may take a while...

When you are done, start the server: python build/server.py -p <port>. Open localhost:<port> in your web browser.

$ cd <unziped dir>
$ python server.py -p <port>

How to Build

After clone, build the web application. You need to have npm installed.

$ clone git https://github.com/ornew/mnist-visual.git
$ cd mnist-visual
$ npm i
$ npm run gulp build

Copyright 2016 Arata Furukawa <old.river.new@gmail.com>

About

MNIST Visualize Exsample for TensorFlow


Languages

Language:Python 38.2%Language:Vue 27.6%Language:JavaScript 20.7%Language:HTML 7.2%Language:CSS 6.3%