Information about parameters precision on Loihi #259
Replies: 1 comment 1 reply
-
I think I can be of assistance here because I asked a very similar question recently. For voltage and current states you can use the lava process model code which lists the precisions for each field. For example, voltage and current are 24 bit signed integers. As for the weights, @bamsumit calculates the Kilobytes used by each layer in the issue I listed. If your connections are sparse then you can reduce the memory footprint of the synapses however. As for the leakage, that is also specified in the lava process model code. It looks like to me that the bit shift is applied to scale down the voltage after applying a decay via an integer multiplication. What I cannot answer is whether or not the neuron parameters are shared across a population or are defined on a per neuron basis when you port SNNs to Loihi2. However, from personal experience, the number of synapses in an SNN tends to be so much larger than the number of neurons and thus have a much more substantial memory footprint. In bocca al lupo! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. I am trying to estimate the model footprint of a network deployed to Loihi 1 from the literature.
Given the CUBA-LIF implementation, I would like to know the precision of:
Could you confirm these numbers or redirect me to the proper documentation? Thanks in advance!
Fabrizio
Beta Was this translation helpful? Give feedback.
All reactions