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 2020/09/06 08:10:25 UTC

[GitHub] [incubator-tvm] kosuke55 commented on issue #6328: NotImplementedError: The following operators are not implemented: ['aten::leaky_relu_', 'aten::pixel_shuffle']

kosuke55 commented on issue #6328:
URL: https://github.com/apache/incubator-tvm/issues/6328#issuecomment-687721705


   @wjliu1998 
   Thak you for the issue. I also found the same error.
   The problem of leaky_relu_ Is it solved only by just adding
   ```
           "aten::leaky_relu_"                     : _leaky_relu(),
   ```
   to the [convert_map](https://github.com/apache/incubator-tvm/blob/9aa69e2e14a75962faaf352b639c9daf53fc2222/python/tvm/relay/frontend/pytorch.py#L2042)?


----------------------------------------------------------------
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