Skip to content

Commit

Permalink
Merge pull request #929 from dwf/conv_doc_fixes
Browse files Browse the repository at this point in the history
Update ConvolutionalSequence docs.
  • Loading branch information
rizar committed Dec 13, 2015
2 parents acf9c80 + c6cd413 commit 260296d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/bricks/conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,13 @@ def _push_allocation_config(self):


class ConvolutionalSequence(Sequence, Initializable, Feedforward):
"""A sequence of convolutional operations.
"""A sequence of convolutional (or pooling) operations.
Parameters
----------
layers : list
List of convolutional bricks (i.e. :class:`Convolutional` or
:class:`ConvolutionalActivation`).
List of convolutional bricks (i.e. :class:`Convolutional`,
:class:`ConvolutionalActivation`, or :class:`Pooling` bricks).
num_channels : int
Number of input channels in the image. For the first layer this is
normally 1 for grayscale images and 3 for color (RGB) images. For
Expand Down

0 comments on commit 260296d

Please sign in to comment.