You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice the attention weights for sentence & word are not mask according to their actual length, which means the model will "pay attention" to the useless input. Is there a reason you didn't use a mask for the project?
Please correct me if I am wrong. Thanks!
Xianlonb
The text was updated successfully, but these errors were encountered:
Hi ematvey,
Thanks for sharing the code!
I notice the attention weights for sentence & word are not mask according to their actual length, which means the model will "pay attention" to the useless input. Is there a reason you didn't use a mask for the project?
Please correct me if I am wrong. Thanks!
Xianlonb
The text was updated successfully, but these errors were encountered: