提交 3c015aca authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed error message

上级 91f862a3
......@@ -822,7 +822,7 @@ class Elemwise(Op):
errormsg = ('While computing ' + str(node.outputs) +
': Failed calling ufunc for op ' +
str(self.scalar_op) +
'for params of shape ' +
' for params of shape ' +
str([arg.shape for arg in ufunc_args]))
if config.exception_verbosity == 'high':
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论