提交 7873d7bc 编写于 作者: R root

Update the shape mess

上级 721a2127
...@@ -32,11 +32,11 @@ MarginRankingLoss ...@@ -32,11 +32,11 @@ MarginRankingLoss
如果设置为 ``'mean'`` ,则返回 ``margin_rank_loss`` 的平均值。 如果设置为 ``'mean'`` ,则返回 ``margin_rank_loss`` 的平均值。
默认值为 ``'none'`` 。 默认值为 ``'none'`` 。
形状: 形状:
- **x** - :math:`(N, D)` ,其中D是向量的维度,数据类型为float32或float64。 - **x** - :math:`(N, *)` ,维度是[N, *], 其中N 是batch size,`*` 是任意数量的额外维度,数据类型为float32或float64。
- **y** - :math:`(N, D)` ,与 ``x`` 的形状、数据类型相同。 - **y** - :math:`(N, *)` ,与 ``x`` 的形状、数据类型相同。
- **label** - :math:`(N, D)` ,与 ``x`` 的形状、数据类型相同。 - **label** - :math:`(N, *)` ,与 ``x`` 的形状、数据类型相同。
- **out** - :math:`(N)` ,如果 :attr:`reduction` 为 ``'sum'`` 或者是 ``'mean'`` ,则形状为 :math:`(1)` , - **out** - 如果 :attr:`reduction` 为 ``'sum'`` 或者是 ``'mean'`` ,则形状为 :math:`(1)` ,
否则shape和输入 `x` 保持一致 。数据类型与 ``x``、 ``y`` 相同。 否则shape和输入 `x` 保持一致 。数据类型与 ``x``、 ``y`` 相同。
返回:返回计算MarginRankingLoss的可调用对象。 返回:返回计算MarginRankingLoss的可调用对象。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册