hnluo
2023-03-29 e2114ba1305144d3d4b047777bb5368f9c483b1a
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