This commit is contained in:
parent
abb65e3514
commit
f0563fa566
|
@ -78,8 +78,6 @@ jobs:
|
||||||
name: checkpoints
|
name: checkpoints
|
||||||
path: checkpoint_files/*
|
path: checkpoint_files/*
|
||||||
|
|
||||||
- name: List checkpoint directory
|
|
||||||
run: ls -lh checkpoint_files
|
|
||||||
|
|
||||||
- name: 4. Convert to ONNX file
|
- name: 4. Convert to ONNX file
|
||||||
run: |
|
run: |
|
||||||
|
@ -93,6 +91,10 @@ jobs:
|
||||||
name: ria-demo-onnx
|
name: ria-demo-onnx
|
||||||
path: onnx_files/inference_recognition_model.onnx
|
path: onnx_files/inference_recognition_model.onnx
|
||||||
|
|
||||||
|
- name: List checkpoint directory
|
||||||
|
run: ls -lh checkpoint_files
|
||||||
|
|
||||||
|
|
||||||
- name: 5. Profile ONNX model
|
- name: 5. Profile ONNX model
|
||||||
run: |
|
run: |
|
||||||
PYTHONPATH=. python onnx_scripts/profile_onnx.py
|
PYTHONPATH=. python onnx_scripts/profile_onnx.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user