jhlee525 opened a new pull request, #16221: URL: https://github.com/apache/tvm/pull/16221
By numpy, usage of `np.int` has been deprecated in [1.20](https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated). This patch fixes from `np.int` to `int` in pytorch slice converter, makes it compatible with brand-new numpy. -- 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]
