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

The time step in Tutorial 5 #283

Closed Whale-xh closed 3 months ago

Whale-xh commented 5 months ago

Hello, The training step num_steps of the training network in Tutorial 5 is 25, what is the time between each step? Is it possible to customize the settings?What is the unit of time?

MoerAI commented 5 months ago

There is no unit for num_steps. This is similar to the epoch used by ANNs, and can be customized by scaling num_steps.