"src/targets/vscode:/vscode.git/clone" did not exist on "8c73c72e74b1b0945a094d59c727b9195c4e9b13"
Add script to convert models based on onnx model conversion example (#1413)
Allows for a model to be converted to the same opset but turn on infer_shapes through onnx. This allows us to get an idea of what should be valid for the output of nodes in a network. Usecase: python3 tools/convert_onnx_version.py --model <model_name> --opset=<same_as_model> --infer_shapes --output <new_model_name>
Showing
Please register or sign in to comment