Skip to content

Commit

Permalink
Merge pull request espnet#4347 from YosukeHiguchi/espnet2_maskctc2
Browse files Browse the repository at this point in the history
Minor fix for Mask-CTC forward function
  • Loading branch information
sw005320 authored May 9, 2022
2 parents 537f9b6 + 79cda74 commit beb3360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions espnet2/asr/maskctc_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def forward(
speech_lengths: torch.Tensor,
text: torch.Tensor,
text_lengths: torch.Tensor,
**kwargs,
) -> Tuple[torch.Tensor, Dict[str, torch.Tensor], torch.Tensor]:
"""Frontend + Encoder + Decoder + Calc loss
Expand Down

0 comments on commit beb3360

Please sign in to comment.