Skip to content

Commit

Permalink
Default to exporting onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin committed Feb 10, 2023
1 parent e7528fa commit 8b33ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def parse_opt(skip_parse=False):
parser.add_argument(
'--include',
nargs='+',
default=['torchscript'],
default=['onnx'],
help='torchscript, onnx, openvino, engine, coreml, saved_model, pb, tflite, edgetpu, tfjs, paddle')
parser.add_argument(
"--one-shot",
Expand Down

0 comments on commit 8b33ca4

Please sign in to comment.