nitin-rathi / hybrid-snn-conversion

Training spiking networks with hybrid ann-snn conversion and spike-based backpropagation
https://openreview.net/forum?id=B1xSperKvH
94 stars 24 forks source link

about snn.py #9

Open kugatsu-sudo opened 3 years ago

kugatsu-sudo commented 3 years ago

if i just run the snn.py without a pretrained ann model,Does this mean that the network will learn according to spike-based bp, that is, the network becomes a pure snn at this time

mountains-high commented 2 years ago

Hi @nitin-rathi , Thank you for providing the great work. I want to ask the same question: "If we just run the snn.py without a pretrained ann model,Does this mean that the network will learn according to spike-based bp, that is, the network becomes a pure snn at this time?"

Thank you