Skip to content

Commit

Permalink
Merge pull request fastmachinelearning#116 from timkpaine/tkp/clean
Browse files Browse the repository at this point in the history
Remove some commented debug code
  • Loading branch information
jmduarte authored Aug 23, 2024
2 parents bdf9405 + 57d0d9d commit c9ad9e5
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 c9ad9e5

Please sign in to comment.