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. My case is bit different with yours. My network has a single LSTM layer with some dense layers before and after the LSTM. The model returns three outputs which are output, cell, and hidden state 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 cell and hidden state. This is really weird because both of them 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]
