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 2022/06/23 15:42:29 UTC

[GitHub] [tvm] yuanfz98 commented on issue #11827: [Bug] relay.frontend.from_pytorch fails for RNN networks

yuanfz98 commented on issue #11827:
URL: https://github.com/apache/tvm/issues/11827#issuecomment-1164573866

   Hello cVladu,
   
   It is the correct place to raise the issue. :)
   
   When you call 
   ```
   relay.frontend.from_pytorch
   ```
   You are converting pytorch model (or jit traced model) to "tvm model". And if tvm doesn't have implemented the corresponding equivalent operator (in your case, aten::rnn_tanh), error occurs.
   
   So you need contributors come to help. Maybe I can take a stab.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org