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/01/25 09:03:20 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-1020952881


   @chunit-quic @FrozenGene @mbs-octoml 
   Hi guys, I think I found a bug when convert pytorch LSTM layer to relay graph. 
   LSTM layer appears twice in the converted relay graph even if I have only one LSTM layer. 
   I found this weird behavior solved, if I commented the following two lines in python/tvm/relay/frontend/pytorch.py
   `span_str, empty_counter = self._get_torch_span(op_node, empty_counter)`
   `relay_out = set_span(relay_out, span_str)`
   
   Do you have any idea??


-- 
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