提交 4b96ae62 编写于 作者: H HydrogenSulfate 提交者: chajchaj

Update loss.py

上级 61b3a94c
......@@ -1811,7 +1811,9 @@ def cross_entropy(input,
.format(input.shape[-1], weight.shape[-1]))
valid_label = paddle.where(
label == ignore_index,
paddle.zeros([1], dtype=label.dtype), label)
paddle.zeros(
[1], dtype=label.dtype),
label)
if (len(paddle.nonzero(valid_label < 0)) > 0) or (
len(paddle.nonzero(valid_label >= input.shape[-1])) > 0):
invalid_label = paddle.gather_nd(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册