-
Notifications
You must be signed in to change notification settings - Fork 197
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
Feat (ptq): activation equalization support #541
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Giuseppe5
force-pushed
the
activation_eq_fp
branch
2 times, most recently
from
February 21, 2023 10:17
75bd26c
to
cb0ca25
Compare
Giuseppe5
force-pushed
the
activation_eq_fp
branch
3 times, most recently
from
March 17, 2023 17:21
229cb89
to
38f6e4d
Compare
Giuseppe5
force-pushed
the
activation_eq_fp
branch
3 times, most recently
from
March 31, 2023 13:48
a1297e8
to
5001efc
Compare
Giuseppe5
force-pushed
the
activation_eq_fp
branch
3 times, most recently
from
April 11, 2023 11:20
b261d9a
to
edb944c
Compare
Giuseppe5
commented
Apr 11, 2023
Giuseppe5
force-pushed
the
activation_eq_fp
branch
from
May 3, 2023 08:35
edb944c
to
acb5eda
Compare
Giuseppe5
force-pushed
the
activation_eq_fp
branch
from
June 2, 2023 15:24
ecfc7dc
to
2b69d93
Compare
Giuseppe5
force-pushed
the
activation_eq_fp
branch
from
June 9, 2023 17:18
d3dac70
to
e36e9b8
Compare
Giuseppe5
force-pushed
the
activation_eq_fp
branch
from
June 15, 2023 11:33
8edc920
to
25703a2
Compare
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
volcacius
reviewed
Jun 15, 2023
Giuseppe5
force-pushed
the
activation_eq_fp
branch
from
June 16, 2023 17:09
08a4809
to
6d49049
Compare
Giuseppe5
commented
Jun 20, 2023
volcacius
changed the title
Feat: Activation Equalization support
Feat (ptq): activation equalization support
Jun 21, 2023
volcacius
approved these changes
Jun 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
Activation Equalization support:
Missing tests. On a FP model, this transformation does not alter the math of the model, similar to graph equalization. Tests will be performed in a similar fashion.