| funasr/models/e2e_asr_paraformer.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
funasr/models/e2e_asr_paraformer.py
@@ -720,10 +720,6 @@ self, speech: torch.Tensor, speech_lengths: torch.Tensor, cache: dict = None ) -> Tuple[torch.Tensor, torch.Tensor]: """Frontend + Encoder. Note that this method is used by asr_inference.py <<<<<<< HEAD ======= >>>>>>> 4cd79db451786548d8a100f25c3b03da0eb30f4b Args: speech: (Batch, Length, ...) speech_lengths: (Batch, )