speech_asr
2023-04-20 eac9f111b502e4581b14dc718731bf7dc1c7d5f6
funasr/utils/build_asr_model.py
@@ -345,6 +345,7 @@
    else:
        raise NotImplementedError("Not supported model: {}".format(args.model))
    # initialize
    if args.init is not None:
        initialize(model, args.init)