jeshraghian / snntorch

Deep and online learning with spiking neural networks in Python
https://snntorch.readthedocs.io/en/latest/
MIT License
1.17k stars 202 forks source link

Detach and Reset Spikes in RSynaptic #323

Open SternSu opened 1 month ago

SternSu commented 1 month ago

Description

I find that in the detach_hidden() and reset_hidden() of RSynaptic, the spikes are not handled. It seems that this issue has been mentioned in #108. I am wondering is it a bug or are there other considerations?