Skip to content
Snippets Groups Projects
Commit 166936cd authored by Zhebin Jin's avatar Zhebin Jin Committed by Tianqi Chen
Browse files

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

parent 58398d38
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment