From ceda6dd1bb2ee83a7dd16ca5d3e0cd0d9c0b5df3 Mon Sep 17 00:00:00 2001 From: Jianfei Wang Date: Fri, 30 Sep 2016 18:17:21 +0800 Subject: [PATCH] Fix a typo in mnist_mlp_auto_shape_inference.py --- example/mnist_mlp_auto_shape_inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/mnist_mlp_auto_shape_inference.py b/example/mnist_mlp_auto_shape_inference.py index 819ddb5..a893237 100644 --- a/example/mnist_mlp_auto_shape_inference.py +++ b/example/mnist_mlp_auto_shape_inference.py @@ -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(