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
First of all: thank you for this work, it is really easy to follow along this notebook.
My question is the following:
In the MultiHeadedAttention class, you instantiate 4 affine layers instead of 4 linear ones (bias is True by default). Is this on purpose? Then the text should be updated, as there are only the 4 matrices mentioned.
The text was updated successfully, but these errors were encountered:
First of all: thank you for this work, it is really easy to follow along this notebook.
My question is the following:
In the MultiHeadedAttention class, you instantiate 4 affine layers instead of 4 linear ones (bias is True by default). Is this on purpose? Then the text should be updated, as there are only the 4 matrices mentioned.
The text was updated successfully, but these errors were encountered: