trevor-m opened a new pull request #7568: URL: https://github.com/apache/tvm/pull/7568
MXNet uses False as the default value for is_ascend in topk. The mxnet frontend was using true as the default value. https://mxnet.apache.org/versions/1.6/api/r/docs/api/mx.nd.topk.html > is.ascend | boolean, optional, **default=0**. Whether to choose k largest or k smallest elements. Top K largest elements will be chosen if set to false. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
