zhifu gao
2024-01-19 2cca8104d26b454112f39b8405dcb0e70d365990
funasr/models/fsmn_vad_streaming/model.py
@@ -255,7 +255,6 @@
      self.waveform = None
      self.last_drop_frames = 0
@tables.register("model_classes", "FsmnVADStreaming")
class FsmnVADStreaming(nn.Module):
   """
@@ -500,7 +499,6 @@
      #     # reset class variables and clear the dict for the next query
      #     self.AllResetDetection()
      return segments
   def init_cache(self, cache: dict = {}, **kwargs):