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 5ee8c35 commit 5770d0eCopy full SHA for 5770d0e
i6_models/decoder/attention.py
@@ -43,7 +43,7 @@ def forward(
43
:param value: encoder values of shape [B,T,D_v]
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]
+ :param enc_seq_len: encoder sequence lengths [B]
47
:return: attention context [B,D_v], attention weights [B,T,1]
48
"""
49
0 commit comments