zhifu gao
2023-05-19 7eaf608c2d4473a77bd1590f93ea9bdbedde346a
funasr/tasks/abs_task.py
@@ -266,6 +266,7 @@
    def build_model(cls, args: argparse.Namespace) -> FunASRModel:
        raise NotImplementedError
    @classmethod
    def get_parser(cls) -> config_argparse.ArgumentParser:
        assert check_argument_types()