嘉渊
2023-05-12 aed9fa6e6ce10dcc7b54411def71681eda80f1cd
funasr/bin/asr_inference.py
@@ -352,7 +352,10 @@
        raise NotImplementedError("Word LM is not implemented")
    if ngpu > 1:
        raise NotImplementedError("only single GPU decoding is supported")
    for handler in logging.root.handlers[:]:
        logging.root.removeHandler(handler)
    logging.basicConfig(
        level=log_level,
        format="%(asctime)s (%(module)s:%(lineno)d) %(levelname)s: %(message)s",