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 have written a SNN architecture with Quantization aware training using Brevitas library. Given below is my SNN class. I am trying to do a RTL simulation for SNN core and want to get the quantized weights and threshold voltage of my model. I have saved the quantized model weights. However, I couldn't figure out the quantized threshold voltage for the SNN. I understand that it will be default value of 1 in SnnTorch but will it change when I have a quantized network with weights of int8? I need this data to be able to do the RTL simulation.
I am assuming, getting quantized threshold voltage has to do with SnnTorch than Brevitas. Hence posting my query here. If not, I apologize in advance but please let me know so that I can direct my questions to Brevitas.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have written a SNN architecture with Quantization aware training using Brevitas library. Given below is my SNN class. I am trying to do a RTL simulation for SNN core and want to get the quantized weights and threshold voltage of my model. I have saved the quantized model weights. However, I couldn't figure out the quantized threshold voltage for the SNN. I understand that it will be default value of 1 in SnnTorch but will it change when I have a quantized network with weights of int8? I need this data to be able to do the RTL simulation.
I am assuming, getting quantized threshold voltage has to do with SnnTorch than Brevitas. Hence posting my query here. If not, I apologize in advance but please let me know so that I can direct my questions to Brevitas.
Beta Was this translation helpful? Give feedback.
All reactions