You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""positional arguments: input_model Input ONNX model output_model Output ONNX model check_n Check whether the output is correct with n random inputsoptional arguments: -h, --help show this help message and exit --enable-fuse-bn Enable ONNX fuse_bn_into_conv optimizer. In some cases it causes incorrect model (https://github.com/onnx/onnx/issues/2677). --skip-fuse-bn This argument is deprecated. Fuse-bn has been skippped by default --skip-optimization Skip optimization of ONNX optimizers. --input-shape INPUT_SHAPE [INPUT_SHAPE ...] The manually-set static input shape, useful when the input shape is dynamic. The value should be "input_name:dim0,dim1,...,dimN" or simply "dim0,dim1,...,dimN" when there is only one input, for example, "data:1,3,224,224" or "1,3,224,224". Note: you might want to use some visualization tools like netron to make sure what the input name and dimension ordering (NCHW or NHWC) is."""