提交 41028f57 编写于 作者: Y yangyaming

Refine the doc.

上级 5f1d2cb9
...@@ -1985,8 +1985,7 @@ def row_conv(input, future_context_size, param_attr=None, act=None): ...@@ -1985,8 +1985,7 @@ def row_conv(input, future_context_size, param_attr=None, act=None):
In the above equation: In the above equation:
* :math:`Out_{i}`: The i-th row of output variable with shape [1, D]. * :math:`Out_{i}`: The i-th row of output variable with shape [1, D].
* :math:`\\tau`: Future context size. Please note, the shape of * :math:`\\tau`: Future context size.
convolution kernel is [future_context_size + 1, D].
* :math:`X_{j}`: The j-th row of input variable with shape [1, D]. * :math:`X_{j}`: The j-th row of input variable with shape [1, D].
* :math:`W_{i-j}`: The (i-j)-th row of parameters with shape [1, D]. * :math:`W_{i-j}`: The (i-j)-th row of parameters with shape [1, D].
...@@ -1997,7 +1996,8 @@ def row_conv(input, future_context_size, param_attr=None, act=None): ...@@ -1997,7 +1996,8 @@ def row_conv(input, future_context_size, param_attr=None, act=None):
Args: Args:
input (Variable): Input variable, a 2D LoDTensor with shape [T, D]. input (Variable): Input variable, a 2D LoDTensor with shape [T, D].
future_context_size (int): Future context size. future_context_size (int): Future context size. Please note, the shape
of convolution kernel is [future_context_size + 1, D].
param_attr (ParamAttr): Attributes of parameters, including param_attr (ParamAttr): Attributes of parameters, including
name, initializer etc. name, initializer etc.
act (str): Non-linear activation to be applied to output variable. act (str): Non-linear activation to be applied to output variable.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册