彭震东
2024-05-30 a64b7d8d8aeb2bb543ca703045a45f42470e9a63
keep empty speech result (#1772)

1个文件已修改
1 ■■■■ 已修改文件
funasr/auto/auto_model.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/auto/auto_model.py
@@ -359,6 +359,7 @@
            results_sorted = []
            if not len(sorted_data):
                results_ret_list.append({"key": key, "text": "", "timestamp": []})
                logging.info("decoding, utt: {}, empty speech".format(key))
                continue