melisgl / mgl

Common Lisp machine learning library.
MIT License
585 stars 39 forks source link

hidden accessor of lstm for seq2seq #5

Open elect000 opened 6 years ago

elect000 commented 6 years ago

Hello. I want to create seq2seq model using this library. But, I cannot find how to send the hidden state of '"encoder" to it of '"decoder". I can see "cell-init" in "->lstm". Can you create hidden state's accessor in "->lstm"?