You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna calculate the total energy consumption of the ANN and SNN model.
I've read your article that you calculated the total energy consumption for both ANN and SNN models, which I got it.
For the SNN model, total energy consumption is calculated as (# of neurons in a particular layer * # of synaptic connections* average spiking activity).
I didn't exactly understand, how did you calculate the total energy for VGG and ResNet for SNN and ANN models which you've reported in your article? I mean the ratios?
For instance, I've made 4 layer SNN and ANN model for the MNIST dataset then how could I calculate the total energy?
I mean, how I know the total number of spikes in one inference image?
Do you have any code for that, so that I can calculate or Can you please give me an example??
Your help will be highly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I wanna calculate the total energy consumption of the ANN and SNN model.
I've read your article that you calculated the total energy consumption for both ANN and SNN models, which I got it.
For the SNN model, total energy consumption is calculated as (# of neurons in a particular layer * # of synaptic connections* average spiking activity).
I didn't exactly understand, how did you calculate the total energy for VGG and ResNet for SNN and ANN models which you've reported in your article? I mean the ratios?
For instance, I've made 4 layer SNN and ANN model for the MNIST dataset then how could I calculate the total energy?
I mean, how I know the total number of spikes in one inference image?
Do you have any code for that, so that I can calculate or Can you please give me an example??
Your help will be highly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: