melisgl / mgl

Common Lisp machine learning library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hidden accessor of lstm for seq2seq

elect000 opened this issue · comments

commented

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