Skip to content

Commit

Permalink
typo in image classification demo (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneyang authored and reyoung committed Oct 9, 2016
1 parent 0ab3322 commit 8a044d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/image_classification/vgg_16_cifar.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
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)
Expand Down

0 comments on commit 8a044d2

Please sign in to comment.