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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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
numpyThen I pass the input tensor to the neural network through
iree-run-moduleThen I pass the
output.npyback 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