Commit 166936cd by Zhebin Jin Committed by Tianqi Chen

[DEBUG]Fix debugger message mess in display_debug_result (#2228)

Signed-off-by: Zhebin Jin <zhebin.jzb@alibaba-inc.com>
parent 58398d38
......@@ -140,6 +140,7 @@ class DebugResult(object):
for j in range(num_outputs):
op = node['op']
if node['op'] == 'param':
eid += 1
continue
name = node['name']
shape = str(self._output_tensor_list[eid].shape)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment