Skip to content

Commit

Permalink
Merge pull request #4570 from kmaehashi/bp-4569-fix-typo
Browse files Browse the repository at this point in the history
[backport] Fix a typo
  • Loading branch information
asi1024 committed Apr 9, 2018
2 parents a626f43 + 9d2574b commit 1a96921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/functions/connection/local_convolution_2d.py
Expand Up @@ -147,7 +147,7 @@ def local_convolution_2d(x, W, b=None, stride=1):
W (~chainer.Variable): Weight variable of shape
:math:`(c_O, h_O, w_O, c_I, k_H, k_W)`.
b (~chainer.Variable):
Bias variable of shape :math:`(c_0,h_O,w_O)` (optional).
Bias variable of shape :math:`(c_O,h_O,w_O)` (optional).
stride (int or pair of ints): Stride of filter applications.
``stride=s`` and ``stride=(s, s)`` are equivalent.
Expand Down

0 comments on commit 1a96921

Please sign in to comment.