forked from qoherent/modrec-workflow
removed warnings during conversion part of workflow demo
This commit is contained in:
parent
d7470b845c
commit
19d151872d
|
@ -66,6 +66,9 @@ jobs:
|
|||
path: checkpoint_files/inference_recognition_model.ckpt
|
||||
|
||||
- name: 3. Convert to ONNX file
|
||||
env:
|
||||
NO_NNPACK: 1
|
||||
PYTORCH_NO_NNPACK: 1
|
||||
run: |
|
||||
PYTHONPATH=. python onnx_scripts/convert_to_onnx.py
|
||||
echo "building inference app"
|
||||
|
|
Loading…
Reference in New Issue
Block a user