Skip to content

Commit

Permalink
Merge pull request #708 from f0k/fix-dilation-doc
Browse files Browse the repository at this point in the history
Fix documentation of dilation factor in DilatedConv2DLayer
  • Loading branch information
f0k committed Jun 24, 2016
2 parents b2f42fd + 974de2b commit a3d44a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lasagne/layers/conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,8 @@ class DilatedConv2DLayer(BaseConvLayer):
dilation : int or iterable of int
An integer or a 2-element tuple specifying the dilation factor of the
filters, i.e., the number of zeros inserted between filter elements.
filters. A factor of :math:`x` corresponds to :math:`x - 1` zeros
inserted between adjacent filter elements.
pad : int, iterable of int, or 'valid' (default: 0)
The amount of implicit zero padding of the input.
Expand Down

0 comments on commit a3d44a7

Please sign in to comment.