martin-gorner / tensorflow-mnist-tutorial

Sample code for "Tensorflow and deep learning, without a PhD" presentation and code lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prediction is missing

itsergiu opened this issue · comments

After training and testing it makes common sense to add prediction code.
Prediction is really helpful to understand how one can use the results.
Thanks you.

Look into the mlengine directory. It had a more complete model with checkpoints and predictions.