mehrdadh opened a new issue, #13013: URL: https://github.com/apache/tvm/issues/13013
If we pass input dictionary with incorrect input name, aot executor would execute `set_input` function without actually setting the correct input or showing error that input name doesn't exist in the model. This will result in silently outputting the incorrect output from the model. I think it should show an error when the input name doesn't exist. I found this error when I working on a model which had input name of `input:0` which is not acceptable in Relay. However, when I tested it I realized it's not just this name, if you pass any name for the input the AOTExecutor would accept it. cc @areusch @alanmacd -- 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]
