debugging paths

This commit is contained in:
Liyu Xiao 2025-06-16 10:05:01 -04:00
parent abb65e3514
commit f0563fa566

View File

@ -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