Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghonggeng committed Feb 14, 2025
1 parent 952b48d commit 12339cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle2onnx/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def decompose_program(model_filename):
if compare_programs(model.program(), new_program):
return model_filename

logging.info(f"Origin program: {model.program()}")
logging.info(f"Decomposed program: {new_program}")
# logging.info(f"Origin program: {model.program()}")
# logging.info(f"Decomposed program: {new_program}")

load_parameter(new_program)
return save_program(new_program, model_filename)
Expand Down

0 comments on commit 12339cd

Please sign in to comment.