Skip to content

Commit

Permalink
testingds
Browse files Browse the repository at this point in the history
  • Loading branch information
Warvito authored and Warvito committed Apr 13, 2020
1 parent 839e93f commit f420920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WIP/notes_for_notebook
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def scaled_dot_product_attention(q, k, v, mask):
v: value shape == (..., seq_len_v, depth_v)
mask: Float tensor with shape broadcastable
to (..., seq_len_q, seq_len_k). Defaults to None.

xZ
Returns:
output, attention_weights
"""
Expand Down

0 comments on commit f420920

Please sign in to comment.