funasr/bin/sa_asr_train.py
@@ -1,14 +1,9 @@ # -*- encoding: utf-8 -*- #!/usr/bin/env python3 # Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. # MIT License (https://opensource.org/licenses/MIT) import os import logging logging.basicConfig( level='INFO', format=f"[{os.uname()[1].split('.')[0]}]" f" %(asctime)s (%(module)s:%(lineno)d) %(levelname)s: %(message)s", ) from funasr.tasks.sa_asr import ASRTask