Skip to content

Various Questions #478

Closed Answered by maljoras
Chrispapge96 asked this question in Q&A
Feb 21, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @Chrispapge96:

  1. The devices of the VectorDevice are implementing something like y = alpha * W_1 x + beta * W_2 x where the summation is thought to be in currents (not in digital after going through the ADC). The significance factors can be set.
  2. Input slicing is not supported, however, it would be easy to implement by modifying the input before passing to the analog tile with standard torch syntax.
  3. There are some selectors to program the weights in the VectorDevice differently, for instance a random selection or all simultaneously. Other forms are no implemented so far. However, you could build your "Vector device" by adding up several AnalogLinear modules, with the caveat that then the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Chrispapge96
Comment options

Answer selected by Chrispapge96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants