jeshraghian/snntorch

The time step in Tutorial 5

Whale-xh opened this issue · 1 comments

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

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