How to interpret the result returned by a vmfb file? #19619
FlintWangacc
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encounter some issues when running vmfb file produced by iree.
I use the following steps to utilize the vmfb file.
First I dump the input tensor to disk through
numpy
Then I pass the input tensor to the neural network through
iree-run-module
Then I pass the
output.npy
back to python to get the result.The output tensor has correct shape. But can't get correct result. Do you know how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions