mirror of https://github.com/coqui-ai/TTS.git
Correct commnet
This commit is contained in:
parent
d43b4ccc1e
commit
7b9fd63649
|
@ -13,8 +13,8 @@ class BahdanauAttention(nn.Module):
|
||||||
def forward(self, annots, query):
|
def forward(self, annots, query):
|
||||||
"""
|
"""
|
||||||
Shapes:
|
Shapes:
|
||||||
- query: (batch, 1, dim) or (batch, dim)
|
|
||||||
- annots: (batch, max_time, dim)
|
- annots: (batch, max_time, dim)
|
||||||
|
- query: (batch, 1, dim) or (batch, dim)
|
||||||
"""
|
"""
|
||||||
if query.dim() == 2:
|
if query.dim() == 2:
|
||||||
# insert time-axis for broadcasting
|
# insert time-axis for broadcasting
|
||||||
|
|
Loading…
Reference in New Issue