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
for i, channel in enumerate(diff):
perturb[i] -= np.dot(perturb[i], channel) * channel
The meaning of this code is unclear, particularly regarding the choice of subtraction over addition and why the matrix product is multiplied by the channel afterwards
The text was updated successfully, but these errors were encountered:
The meaning of this code is unclear, particularly regarding the choice of subtraction over addition and why the matrix product is multiplied by the channel afterwards
The text was updated successfully, but these errors were encountered: