-
Notifications
You must be signed in to change notification settings - Fork 2.5k
error in self attention visualisation #162
Comments
Yes ! we have some other little issues too. Please Pull request regarding your concerns and suggestions |
Could you pls share about what other little issues are? thank you. by the way, are you a contributor of the repo? |
@songhwanjun good catch. I had fixed this for the class |
@songhwanjun fixed in #210 |
could you tell me how to "visualize encoder-decoder multi-head attention weights"? |
could you tell me how to "visualize encoder-decoder multi-head attention weights"? |
I beleive there is a error for idexing the self attetion:
should be
sattn[idx[0], idx[1], ...]
as the last two dim sums to 1, so the first two are locations and are the dim to indexing, withthis the attention map is
The text was updated successfully, but these errors were encountered: