shukun-ziqiangxu edited a comment on pull request #10504: URL: https://github.com/apache/tvm/pull/10504#issuecomment-1073278038
### @gromero Thanks for your comment. The error of "relay.Any()" maybe irrelevant to grid_sample op, pytroch's grid_sample() expectes grid and input to have same batch size, because the location in every grid batch should be corresponding to input batch. I don't know why the original input batch size in "tests/python/relay/test_any.py" is different with grid batch size, I think it maybe unreasonable. Perhaps I misunderstand the error. I will fix it. BTW, "Co-authored-by: shukun.net" in my commit is our company's commit rule for open source library like TVM, because the shukun info in my account is not noticeable, and the user account is inconstant. TVM is our important optimization tool for DL models, we will keep making contributions to TVM. Thanks for your understanding. Thanks. -- 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]
