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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
