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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to