iree-run-module get incorrect result #19577
FlintWangacc
started this conversation in
Codegen
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use iree to compile vgg neural network.
I do it in the following step.
Transform vgg to mlir.
Transform the mlir file to vmfb file through
iree-compile
iree-run-module
iree-run-module
iree_output.npy
I find the tensor in the above python code is different from the output of the vgg model.
Is there any wrong with my steps?
Beta Was this translation helpful? Give feedback.
All reactions