Convert LSTM to SNN

Hi, I want to show you a model of LSTM converted to SNN, does anyone know how to use NengoDL to implement LSTM? Is it similar to the steps to convert CNN to SNN?
Thinks!

Hello @mingchenliu, TensorFlow LSTM doesn’t have a registered converter in Nengo-DL. Although you might want to check LMUs which are spiking equivalent of LSTMs. I don’t know much about it, but the article can help you with training and inference.