[sgd] Document and add simple MNIST example (#3236)

This commit is contained in:
Eric Liang
2018-11-10 21:52:20 -08:00
committed by GitHub
parent d681893b0f
commit 53489d2f85
15 changed files with 279 additions and 38 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ import tensorflow as tf
FLAGS = None
status_reporter = None # used to report training status back to Ray
activation_fn = None # e.g. tf.nn.relu
activation_fn = tf.nn.relu # e.g. tf.nn.relu
def deepnn(x):