-
Hello, I am interested in developing a machine translation model using Lava and Loihi. I've done a couple of PyTorch implementations where I used nn.GRU and nn.LSTM. Is there something similar to these layers in either Slayer or Bootstrap? If not, are there available references that I can look at that might be able to help me understand how to create an equivalent model? Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ZoltanV-V, there is no direct equivalent for them in lava-dl. The closest thing available is the recurrent block. However there are all the primitives available in lava-dl to implement something like LSNN |
Beta Was this translation helpful? Give feedback.
Hi @ZoltanV-V, there is no direct equivalent for them in lava-dl. The closest thing available is the recurrent block. However there are all the primitives available in lava-dl to implement something like LSNN