Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix a typo in multihead-attention.md
In `MultiHeadAttention.forward()`, the sizes of the 3rd dim of tensors `queries`, `keys` and `values` should be `query_size`, `key_size` and `value_size` respectively, instead of `num_hiddens` as written in the comments. This commit fixed this typo.
- Loading branch information