lmnt-com / haste

Haste: a fast, simple, and open RNN library
Apache License 2.0
325 stars 27 forks source link

Can Bidirectional Rnn and multi-layer Rnn be supported? #38

Open zhang662817 opened 3 years ago

zhang662817 commented 3 years ago

It seems than Bidirectional Rnn and multi-layer Rnn can't be supported? Do you have plans to support these?

sharvil commented 2 years ago

I have no plans to add multi-layer fusion but I'd very much welcome community contributions. Of course, you can still use bidirectional and multi-layer RNNs with Haste -- you just stack each layer together yourself.