Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We just add evaluation of the training steps, not use of session.run to evaluate softmax of logits

code:

...

ex05_tf_train.py

Notes:

Model does not seem to train well. Issues without batch normalization:

...