forked from qoherent/modrec-workflow
fixed flags in workflow yaml, convertin gONNX -> ORT step
This commit is contained in:
parent
3a32a83c34
commit
9e3edcb0cc
|
@ -89,11 +89,12 @@ jobs:
|
|||
- name: 4. Convert to ORT file
|
||||
run: |
|
||||
python -m onnxruntime.tools.convert_onnx_models_to_ort \
|
||||
--input /onnx_files/inference_recognition_model.onnx \
|
||||
--output /ort_files/inference_recognition_model.ort \
|
||||
/onnx_files/inference_recognition_model.onnx \
|
||||
--output_dir /ort_files \
|
||||
--optimization_style Fixed \
|
||||
--target_platform amd64
|
||||
|
||||
|
||||
- name: Upload ORT file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user