Data Structure: ONNXRuntime Performance Test #8744
Unanswered
agemagician
asked this question in
Other Q&A
Replies: 1 comment 4 replies
-
Please see the examples at: https://github.com/onnx/models . |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to run "perftest" on a complete dataset, as shown here:
https://github.com/microsoft/onnxruntime/tree/master/onnxruntime/test/perftest
Currently, I am creating each sample in a separate folder as:
Is this the correct way or I should change it to:
As far as I understood, each folder should have only a single example, and if I have multiple inputs, it should be in a single folder.
It will be great if you can clarify this point.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions