Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplicative noise and multiplicative noise with offset #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jubueche
Copy link
Collaborator

Description

Adds support for multiplicative noise with and without an offset.

Details

Three noise models:

  • MULTIPLICATIVE: Scales std by the abs of the weights.
  • MULTIPLICATIVE_OFFSET: Same but adds a constant offset (scaled by max-abs of weights)
  • MULTIPLICATIVE_OFFSET_PER_CHANNEL: Same but adds a constant offset (scaled by max-abs of weights per channel)

@jubueche
Copy link
Collaborator Author

TODO: Support for triton needs to be added and tests need to be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant