提交 8a044d2e 编写于 作者: S stoneyang 提交者: Yu Yang

typo in image classification demo (#167)

上级 0ab33224
......@@ -44,7 +44,7 @@ data_size=3*32*32
label_size=10
img = data_layer(name='image',
size=data_size)
# small_vgg is predined in trainer_config_helpers.network
# small_vgg is predefined in trainer_config_helpers.networks
predict = small_vgg(input_image=img,
num_channels=3,
num_classes=label_size)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册