Skip to content

Commit 5f1d2cb

Browse files
committed
Fix typo.
1 parent 5c2318a commit 5f1d2cb

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/v2/fluid/layers

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/layers/nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ def row_conv(input, future_context_size, param_attr=None, act=None):
19771977
"""Row Conv Operator. This layer will apply lookahead convolution to
19781978
**input**. The input variable should be a 2D LoDTensor with shape [T, D].
19791979
Parameters with shape [future_context_size + 1, D] will be created. The math
1980-
equation of row convolution is as following:
1980+
equation of row convolution is as follows:
19811981
19821982
.. math::
19831983
Out_{i} = \sum_{j = i} ^ {i + \\tau} X_{j} \odot W_{i - j}

0 commit comments

Comments
 (0)