vvchernov commented on pull request #8447:
URL: https://github.com/apache/tvm/pull/8447#issuecomment-922448878


   Hello @cheimu! Dropout is not supported on TVM side. Therefore LSTM with 
dropout does not work. In general it is so because some people think that 
dropout is used for training only, but I know that for some TTS model it can be 
used for inference. Unfortunately the current state is that dropout op is 
dummy, it has attributes but does not have compute implementation. I do not 
know when dropout will be supported on TVM side.


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