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