| funasr/bin/asr_inference.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
funasr/bin/asr_inference.py
@@ -353,6 +353,9 @@ 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",