debugging paths

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

View File

@ -78,9 +78,7 @@ 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: |
mkdir -p onnx_files mkdir -p onnx_files
@ -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