areusch opened a new pull request #10017:
URL: https://github.com/apache/tvm/pull/10017


   This PR fixes the `tvmc run` error message when the input file doesn't 
contain the expected graph inputs by name. Currently:
   ```
   $ tvmc run --inputs img/foo.npz --output predictions.npz mobilenet.tar
   Error: the input tensor 'x' is not in the graph. Expected inputs: 
'<generator object Map.__iter__ at 0x7fef81394678>'
   ```
   
   This fixes the message to read:
   ```
   Error: the input tensor 'x' is not in the graph. Expected inputs: '['input']'
   ```
   
   cc @leandron @gromero 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to