speech_asr
2023-03-13 b7b65c844d6d7b88b76270f0c29841c6ea321175
funasr/punctuation/abs_model.py
@@ -25,3 +25,7 @@
    @abstractmethod
    def forward(self, input: torch.Tensor, hidden: torch.Tensor) -> Tuple[torch.Tensor, torch.Tensor]:
        raise NotImplementedError
    @abstractmethod
    def with_vad(self) -> bool:
        raise NotImplementedError