Replies: 1 comment 1 reply
-
Hi @matifali, correct we also use a fixed ADC range which is governed by |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am confused about how DACs and ADCs are implemented in aihwkit. I am specifically interested in the scaling and clipping of inputs/outputs.
A real DAC would have a fixed max voltage range, e.g., it can convert an 8-bit number to a [-5, 5] volts range. And then, these voltages will be multiplied by the conductance matrix, giving us an output current. That current needs to be converted to a digital number again to be passed to the non-linearity implemented in digital.
How is this managed in aihwkit? I could not find any docs on this except a single paragraph (para 2) here
Beta Was this translation helpful? Give feedback.
All reactions