You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/01/21 16:33:05 UTC

[GitHub] [tvm] areusch opened a new pull request #10017: Fix tvmc run error message when inputs aren't found

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch closed pull request #10017: Fix tvmc run error message when inputs aren't found

Posted by GitBox <gi...@apache.org>.
areusch closed pull request #10017:
URL: https://github.com/apache/tvm/pull/10017


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch closed pull request #10017: Fix tvmc run error message when inputs aren't found

Posted by GitBox <gi...@apache.org>.
areusch closed pull request #10017:
URL: https://github.com/apache/tvm/pull/10017


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch merged pull request #10017: Fix tvmc run error message when inputs aren't found

Posted by GitBox <gi...@apache.org>.
areusch merged pull request #10017:
URL: https://github.com/apache/tvm/pull/10017


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] github-actions[bot] commented on pull request #10017: Fix tvmc run error message when inputs aren't found

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10017:
URL: https://github.com/apache/tvm/pull/10017#issuecomment-1028297493


   It has been a while since this PR was updated, @leandron @gromero @leandron @gromero please leave a review or address the outstanding comments


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] areusch closed pull request #10017: Fix tvmc run error message when inputs aren't found

Posted by GitBox <gi...@apache.org>.
areusch closed pull request #10017:
URL: https://github.com/apache/tvm/pull/10017






-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org