zhaomingwork
2023-05-25 21c590ad67bb00cf29c23b85666301359fb0e6e0
funasr/build_utils/build_pretrain_model.py
@@ -89,7 +89,7 @@
        **args.encoder_conf,
    )
    if args.model_name == "data2vec":
    if args.model == "data2vec":
        model_class = model_choices.get_class("data2vec")
        model = model_class(
            frontend=frontend,