-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f8751f
commit 1a78c5e
Showing
1 changed file
with
7 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# gpa | ||
# Grid Partitioned Attention: an efficient attention approximation with inductive bias for the image domain. | ||
|
||
Code for the paper "Grid Partitioned Attention: Efficient TransformerApproximation with Inductive Bias for High Resolution Detail Generation", by Nikolay Jetchev, Gökhan Yildirim, Christian Bracher, Roland Vollgraf | ||
|
||
The file ```GPAmodule.py``` contains the GPA layer definition, and an example how to apply on an image tensor. | ||
|
||
TODO add the full generator architecture for pose morphing with attention copying from the paper. |