bamsumit / slayerPytorch

PyTorch implementation of SLAYER for training Spiking Neural Networks
GNU General Public License v3.0
306 stars 91 forks source link

Functionality similar to ConvLSTM or ConvGRU #85

Closed ChidanandKumarKS closed 2 years ago

ChidanandKumarKS commented 2 years ago

@bamsumit Do we have any components of spiky networks for ConvLSTM and ConvGRU? Kindly reply

bamsumit commented 2 years ago

There is no spiking equivalent of LSTM or GRU. The recurrent alternatives for SNNs are LSNN and LMU.