vvchernov commented on issue #8608:
URL: https://github.com/apache/tvm/issues/8608#issuecomment-890343844


   Warnings are a part of the code in TVM. The first one is related to that 
LSTM with projection supported by pytorch starting from 1.8.0 version. But TVM 
stable works with pytorch 1.7.0. The second warning is related to difference 
between modifications of LSTM supported in onnx and pytorch. It means that in 
some cases the conversion from pytorch LSTM to ONNX one failes. But it is 
external issue, it can not be solved on TVM side. Therefore I did not raise 
issue ticket.


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