shixian.shi
2023-03-21 1292a00b06b3b074c1378afa3fcceec3a469d0d8
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