Skip to content

Commit

Permalink
Fix a typo in mnist_mlp_auto_shape_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thinxer authored Sep 30, 2016
1 parent 01214c5 commit ceda6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/mnist_mlp_auto_shape_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

sess = tf.Session(device='gpu')

# Auromatic variable shape inference API, infers the shape and initialize the weights.
# Automatic variable shape inference API, infers the shape and initialize the weights.
known_shape = {x: [100, 28 * 28], label: [100]}
init_step = []
for v, name, shape in tf.infer_variable_shapes(
Expand Down

0 comments on commit ceda6dd

Please sign in to comment.