提交 a3711937 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Another one.

上级 35bfcf3b
......@@ -563,7 +563,7 @@ class CrossentropySoftmaxArgmax1HotWithBias(gof.Op):
}
if (%(x)s->dimensions[0] != %(y_idx)s->dimensions[0])
{
PyErr_Format(PyExc_ValueError, "number of rows in x (%%zi) does not match length of y (%%zi)",
PyErr_Format(PyExc_ValueError, "number of rows in x (%%ld) does not match length of y (%%ld)",
%(x)s->dimensions[0], %(y_idx)s->dimensions[0]);
%(fail)s;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论