zhifu gao
2023-05-18 778ec9d746a354f6c9e324c4c97ca7e7d5a020fe
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()