SebastianBoblest opened a new issue, #12446:
URL: https://github.com/apache/tvm/issues/12446

   It seems that TVM duplicates parameters in LSTMs and GRUs for each step in 
the input series.
   This behavior has occurred before in the past but was fixed.
   Maybe this issue is related to the refactoring done in #12213 but I could 
not really locate the source of the error.
   I use TVM on commit ecbe4ca0edadeca8fee4d0c2c9f7a9093043b5ee
   
   I attached a zip file containing
   1) a toy lstm model that takes an input with two steps.
   2) a sample script to generate C code for it with TVM
   3) the generated code.
   
   If you look into module_0.txt you can clearly see that identical parameters 
are in there twice.
   
   
   @zhang-yi-chi @mbrookhart @AndrewZhaoLuo @vdkhoi @UlrikHjort 
@MichaelJKlaiber 
   [lstm_bug.zip](https://github.com/apache/tvm/files/9348387/lstm_bug.zip)
   r


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