Dear,
How could we measure the Energy consumption of a SNN model?
And, How to calculate the Maximum number of spikes?
Thanks!
Dear,
How could we measure the Energy consumption of a SNN model?
And, How to calculate the Maximum number of spikes?
Thanks!
We have some support for estimating model energy with the ModelEnergy class in KerasSpiking.
There are two ways to compute the maximum number of spikes:
I prefer method 1, because it is both a bit easier and typically more practical, assuming you’ve got enough examples that you can be fairly confident that you won’t see any images in practice that will cause much larger activations.