Skip to content

Commit

Permalink
Merge pull request #8553 from msakai/patch-5
Browse files Browse the repository at this point in the history
Fix local_convolution_2d result shape documentation
  • Loading branch information
mergify[bot] committed Apr 3, 2020
2 parents 0e23958 + 9d7852d commit 8629ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/functions/connection/local_convolution_2d.py
Original file line number Diff line number Diff line change
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 8629ac2

Please sign in to comment.