Replies: 2 comments 1 reply
-
Nevermind, I overlooked the corresponding argument to generate input tensor binding. |
Beta Was this translation helpful? Give feedback.
1 reply
-
#10909 has an example. The PR adds a bunch of new python scripts. onnxruntime/test/python/generate_test_data.py is the main entry point. onnxruntime/test/python/node/max_pool2d.py is an example of how to generate a TF then convert it to ONNX format and save the test data along with the model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
using the commando line I want to run the onnxruntime_perf_test.exe to optimize my custom onnx model's performance. It is not a model from the model zoo. What I don't find so far is how to generate dummy test data for input, like which data structure i need to use and in which file format i have to save it? Because the commando line is asking for this when I try to start the performance testing.
Best Regards
Niclas
Beta Was this translation helpful? Give feedback.
All reactions