Skip to content

Commit 35cd933

Browse files
authored
Update convert.py
1 parent 9266cb3 commit 35cd933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle2onnx/convert.py

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def export(
103103

104104

105105
deploy_backend = deploy_backend.lower()
106-
breakpoint()
107106
if custom_op_info is None:
108107
onnx_model_str = c_p2o.export(
109108
model_filename,

0 commit comments

Comments
 (0)