提交 9b223ea7 authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove duplicate information added in this PR.

上级 918091fb
...@@ -157,7 +157,6 @@ def raise_with_op(node, thunk=None, exc_info=None, storage_map=None): ...@@ -157,7 +157,6 @@ def raise_with_op(node, thunk=None, exc_info=None, storage_map=None):
detailed_err_msg += ("Inputs shapes: %s" % shapes + detailed_err_msg += ("Inputs shapes: %s" % shapes +
"\nInputs strides: %s" % strides + "\nInputs strides: %s" % strides +
"\nInputs values: %s" % scalar_values) "\nInputs values: %s" % scalar_values)
detailed_err_msg += "\nInputs variables: %s" % str(node.inputs)
if theano.config.exception_verbosity == 'high': if theano.config.exception_verbosity == 'high':
detailed_err_msg += "\nInputs type_num: %s" % str( detailed_err_msg += "\nInputs type_num: %s" % str(
[getattr(getattr(i[0], 'dtype', ''), 'num', '') for i in thunk.inputs]) [getattr(getattr(i[0], 'dtype', ''), 'num', '') for i in thunk.inputs])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论