hnluo
2023-05-19 c4e37cb6c179d35030c211004e6875a016eb7972
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()