提交 6c337aab authored 作者: Frederic's avatar Frederic

More info in error message.

上级 878b7b0b
......@@ -164,7 +164,8 @@ class TensorType(Type):
" Theano C code does not support that.",
msg,
"object shape", data.shape,
"object strides", data.strides)
"object strides", data.strides,
"object dtype", data.dtype)
i = 0
for b in self.broadcastable:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论