Skip to content

Commit

Permalink
Merge 9d7852d into d00b3cb
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Mar 25, 2020
2 parents d00b3cb + 9d7852d commit 374c993
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 @@ -154,7 +154,7 @@ def local_convolution_2d(x, W, b=None, stride=1):
Returns:
~chainer.Variable:
Output variable. Its shape is :math:`(n, c_I * c_O, h_O, w_O)`.
Output variable. Its shape is :math:`(n, c_O, h_O, w_O)`.
Like ``Convolution2D``, ``LocalConvolution2D`` function computes
correlations between filters and patches of size :math:`(k_H, k_W)` in
Expand Down

0 comments on commit 374c993

Please sign in to comment.