Fix script name in doco (#5530)

This commit is contained in:
Scott McKay 2020-10-20 06:42:53 +10:00 committed by GitHub
parent 6ad70d7371
commit a3d2bc36be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ This will require the standard ONNX Runtime python package to be installed.
Example:
Running `'python <ORT repository root>/tools/python/convert_onnx_model_to_ort.py /models'` where the '/models' directory contains ModelA.onnx and ModelB.onnx
Running `'python <ORT repository root>/tools/python/convert_onnx_models_to_ort.py /models'` where the '/models' directory contains ModelA.onnx and ModelB.onnx
- Will create /models/ModelA.ort and /models/ModelB.ort
- Will create /models/required_operators.config/