-
-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add query-key normalization attention
- Loading branch information
1 parent
a9de3a8
commit 3228fff
Showing
4 changed files
with
105 additions
and
18 deletions.
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
3228fff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the ell-2 normalization to a learnable layer norm will be even better (both diagonal scaling anyway).
Mathematically equivalent to change the normalization in FFT/iFFT to be a learnable one in the frequency (latent) domain for looking for the solution in Fredholm equation of the second kind.
3228fff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scaomath yes, I've been skimming your Neurips paper :) congrats on the acceptance!
3228fff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥲 As an amateur in this field, it can't be done without your help.
I cannot express how much I appreciate the work you have done.
Hope you would not mind putting you just in the acknowledgement (instead of citing your GitHub repository since I did not find one that is citable).