haoneng.lhn
2023-05-31 a8381b2b572cabe787b1d9de32b626964d01078a
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()