Question about IOParameters arguments #617
-
I've noticed that the performance of my application is strongly affected by the arguments of the I'm not sure to totally understand the meaning of the different properties of this object from the documentation. I'm hoping that someone could help me to clarify a few points.
Environment: python 3.9.2, aihwkit 0.8, torch 2.01 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @VictorY-1Qbit ,
|
Beta Was this translation helpful? Give feedback.
Hi @VictorY-1Qbit ,
thanks for the questions. At the outset, many of the design choices of the
IOParameters
are explained in this paper, maybe worth a look.inp_res
setting is applied to the full range. So if set to 256, there are 256 bins from-inp_bound
toinp_bound
. Because of the scaling, theinp_bound
typically is set (arbitrarily) to 1 to normalize the analog input in respect to analog noise setting.