mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[sgd] Document and add simple MNIST example (#3236)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user