嘉渊
2023-04-28 90260bed95ff1715175056d7cd58f062ba683f81
update
1个文件已修改
5 ■■■■ 已修改文件
funasr/bin/asr_inference.py 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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",