Skip to content

Commit

Permalink
add cifar10 in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Aug 11, 2016
1 parent f22858f commit 828201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Convolutional Neural Network (CNN)

Finally, the ``main_test_cnn_layer()`` script creates two CNN layers and
max pooling stages, a fully-connected hidden layer and a fully-connected output
layer.
layer. More CNN examples can be found in the tutorial scripts, like ``tutorial_cifar10.py``.

At the begin, we add a :class:`Conv2dLayer
<tensorlayer.layers.Conv2dLayer>` with 32 filters of size 5x5 on top, follow by
Expand Down

0 comments on commit 828201c

Please sign in to comment.