We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc40736 commit 446cf2aCopy full SHA for 446cf2a
i6_models/decoder/attention.py
@@ -44,7 +44,7 @@ def forward(
44
:param query: query of shape [B,D_k]
45
:param weight_feedback: shape is [B,T,D_k]
46
:param enc_seq_len: [B]
47
- :return: context [B,1,D_v], weights [B,T,1]
+ :return: attention context [B,D_v], attention weights [B,T,1]
48
"""
49
50
# all inputs are already projected
0 commit comments