removed warnings during conversion part of workflow demo
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 3m48s
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 3m48s
This commit is contained in:
parent
d7470b845c
commit
19d151872d
|
@ -66,6 +66,9 @@ jobs:
|
||||||
path: checkpoint_files/inference_recognition_model.ckpt
|
path: checkpoint_files/inference_recognition_model.ckpt
|
||||||
|
|
||||||
- name: 3. Convert to ONNX file
|
- name: 3. Convert to ONNX file
|
||||||
|
env:
|
||||||
|
NO_NNPACK: 1
|
||||||
|
PYTORCH_NO_NNPACK: 1
|
||||||
run: |
|
run: |
|
||||||
PYTHONPATH=. python onnx_scripts/convert_to_onnx.py
|
PYTHONPATH=. python onnx_scripts/convert_to_onnx.py
|
||||||
echo "building inference app"
|
echo "building inference app"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user