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

Small reformulation.

上级 6c9f1ec2
......@@ -292,11 +292,12 @@ def local_0_dot_x(node):
elif x.ndim == 1 and y.ndim == 1:
return [constant_zero]
else:
_logger.warning(("OPTIMIZATION WARNING: "
"Optimization theano/opt.py:local_0_dot_x "
"Found that it could apply bug was not implemented"
"for this input to dot:\n"
"(%s,%s)") % (x.type, y.type))
_logger.warning("Optimization Warning: "
"Optimization theano/opt.py:local_0_dot_x "
"Found that it could apply, but was not implemented "
"for dot product with these input types:\n"
"(%s, %s)",
x.type, y.type)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论