Browse Source

Update wav_frontend.py

update wav_frontend online
hnluo 2 years ago
parent
commit
51e80c1667
1 changed files with 1 additions and 1 deletions
  1. 1 1
      funasr/models/frontend/wav_frontend.py

+ 1 - 1
funasr/models/frontend/wav_frontend.py

@@ -395,7 +395,7 @@ class WavFrontendOnline(AbsFrontend):
         return feats_pad, feats_lens, lfr_splice_frame_idxs
 
     def forward(
-        self, input: torch.Tensor, input_lengths: torch.Tensor, is_final: bool = False, reset: bool = True
+        self, input: torch.Tensor, input_lengths: torch.Tensor, is_final: bool = False, reset: bool = False
     ) -> Tuple[torch.Tensor, torch.Tensor]:
         if reset:
             self.cache_reset()