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

source mask shape in transformer from scratch #83

Open
FarhangAmaji opened this issue Nov 13, 2021 · 0 comments
Open

source mask shape in transformer from scratch #83

FarhangAmaji opened this issue Nov 13, 2021 · 0 comments

Comments

@FarhangAmaji
Copy link

in the code "Transformers from Scratch " in defining the function for source mask why did change the shape from N,src_len to N,1,1,src_len? I know its related to line "energy = energy.masked_fill(mask == 0, float("-1e20"))" but can u explain more?

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

No branches or pull requests

1 participant