-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onnxruntime_perf_test.exe failing starting v1.18.0 if the model path doesn't contain any path separator #21267
Comments
I had tried with 1.18.1 tag which behaved the same as 1.18.0 as below. C:\dev\ort-src\onnxruntime-v1.18.0\build\Windows\RelWithDebInfo\RelWithDebInfo>onnxruntime_perf_test.exe -e cpu -I -m times -r 1000 simplified_ssd.onnx C:\dev\ort-src\onnxruntime-v1.18.0\build\Windows\RelWithDebInfo\RelWithDebInfo>onnxruntime_perf_test.exe -t 10 simplified_ssd.onnx C:\dev\ort-src\onnxruntime-v1.18.0\build\Windows\RelWithDebInfo\RelWithDebInfo>git status no changes added to commit (use "git add" and/or "git commit -a") ============================================================== C:\dev\ort-src\onnxruntime\build\Windows\RelWithDebInfo\RelWithDebInfo>onnxruntime_perf_test.exe -e cpu -I -m times -r 10 simplified_ssd.onnx C:\dev\ort-src\onnxruntime\build\Windows\RelWithDebInfo\RelWithDebInfo>git status no changes added to commit (use "git add" and/or "git commit -a") |
Did you try the main branch? Does it work? |
I have been seeing this issue for few weeks now. Its seen in main branch |
Try providing full path to the onnx model |
I see. Now I can reproduce the issue. |
Seeing the same issue! |
Thanks for reporting the issue. The fix will be included in the next release. |
While waiting the release, you may use an absolute path instead. |
Describe the issue
C:\dev\ort-src\onnxruntime-v1.18.0\build\Windows\RelWithDebInfo\RelWithDebInfo>onnxruntime_perf_test.exe -e cpu -I -m times -r 1000 simplified_ssd.onnx
C:\dev\ort-src\onnxruntime-v1.18.0\onnxruntime\test\onnx\TestCase.cc:705 OnnxTestCase::OnnxTestCase test case dir doesn't exist
To reproduce
Build ONNXRT for windows and run onnxruntime_perf_test
Urgency
Showstopper
Platform
Windows
OS Version
Win11
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
v1.18.0
ONNX Runtime API
Python
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: