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/02/03 02:48:02 UTC

[GitHub] [tvm] rebel-shshin edited a comment on pull request #9723: [Frontend] Add Span filling for frontends to Relay

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

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