IversonTang opened a new issue #6761: URL: https://github.com/apache/incubator-tvm/issues/6761
Hello, I encountered a problem the following operators are not implemented: ['**aten::max_unpool2d**'] when deploying **segnet** model using pytorch frontend. Then I observed the operator aten:: max_ pool2d_ with_ indicies seems return dummy indices in **relay/frontend/pytorch.py**.How can I modify operator max_ pool2d_ with_ indicies to save indicies and add new operator max_unpool2d? ---------------------------------------------------------------- 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]
