stanford-tensorflow-tutorials icon indicating copy to clipboard operation
stanford-tensorflow-tutorials copied to clipboard

Separating graph definition from session

Open navidre opened this issue 8 years ago • 0 comments

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.

navidre avatar Aug 19 '17 06:08 navidre