stanford-tensorflow-tutorials
stanford-tensorflow-tutorials copied to clipboard
Separating graph definition from session
Based on the course contents, definition of TensorFlow graph should be separate from running the session.
The MNIST example was not quite following the same procedure. In this fix, the testing part of the graph definition is moved out of the session to follow the procedure described in the course.