zhifu gao
2023-03-01 5d4b0c39947ff220effb048b9c2d9db9bec5094d
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