Skip to content

Commit 5a9085d

Browse files
committed
return onnx.ModelProto
1 parent 9a83270 commit 5a9085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sne4onnx/onnx_network_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def main():
114114
parser.add_argument(
115115
'--output_onnx_file_path',
116116
type=str,
117-
default='',
117+
default='extracted.onnx',
118118
help='Output onnx file path. If not specified, extracted.onnx is output.'
119119
)
120120
args = parser.parse_args()

0 commit comments

Comments
 (0)