fangwei123456 / spikingjelly

SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
https://spikingjelly.readthedocs.io
Other
1.29k stars 236 forks source link

STDP + Recurrent container #563

Open RFalowo opened 2 months ago

RFalowo commented 2 months ago

@AllenYolk @fangwei123456

I wanted to ask if it is possible to use the recurrent container in conjuction with stdp? I understand that the linear layer inside the container can easily be used with the stdp learner but am not sure if it is redundant with the reccurent container.