You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/05 14:51:28 UTC

[GitHub] [incubator-tvm] CoinCheung opened a new issue #4255: Feature request of pytorch interpolation and pixelshuffle operator

CoinCheung opened a new issue #4255: Feature request of pytorch interpolation and pixelshuffle operator
URL: https://github.com/apache/incubator-tvm/issues/4255
 
 
   
   Hi, 
   
   I can export pytorch operator of `torch.nn.functional.interpolate` and `torch.nn.PixelShuffle` to onnx(opset11). I guess the onnx name of one of them is `Resize` and the other is `DepthtoSpace`. Current I find that tvm does not support the exported onnx operator of them, so I feel maybe it is not bad to open an issue to draw the attention of the community, since these are not so widely used as `conv` or `bn` operators. Please take some time to add support for these operators, 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services