mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 14:44:18 +00:00
Fix for black
This commit is contained in:
parent
42e6efe4ee
commit
45daf1c73a
@ -125,10 +125,7 @@ class Decoder(nn.Module):
|
||||
return embedding_out + (k / (1 + k)).unsqueeze(2) * self.repeat_param
|
||||
|
||||
def forward(
|
||||
self,
|
||||
y: torch.Tensor,
|
||||
k: torch.Tensor,
|
||||
need_pad: bool = True
|
||||
self, y: torch.Tensor, k: torch.Tensor, need_pad: bool = True
|
||||
) -> torch.Tensor:
|
||||
"""
|
||||
Args:
|
||||
|
Loading…
x
Reference in New Issue
Block a user