rebel-shshin edited a comment on pull request #9723: URL: https://github.com/apache/tvm/pull/9723#issuecomment-1022781774
Hi @chunit-quic, thanks for the fast reaction. In my case is a little bit different with yours. My network has a single layer LSTM with some dense layers before and after the LSTM layer. The model returns three outputs which are output and hidden states of the LSTM. However, the converted relay graph has two LSTM layers. The first LSTM stands for the output and the second one stands for the hidden states. This is really weird because both outputs should be generated from the same LSTM layer. -- 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]
