Skip to content

Commit

Permalink
Remove some commented debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed May 11, 2024
1 parent c5bd87f commit 57d0d9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qonnx/core/onnx_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def execute_onnx_and_make_model(model, input_dict):
new_model.set_initializer(i, execution_context[i])
for vi in new_model.graph.value_info:
new_model.graph.output.append(vi)
# import pdb; pdb.set_trace()
return new_model


Expand Down

0 comments on commit 57d0d9d

Please sign in to comment.