Skip to content

There are a few issues related to the code that need to be addressed. #4

@jelymewang

Description

@jelymewang
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions