FunASR/runtime/python/onnxruntime/funasr_onnx/utils
lingji-yidong c880db5364
Fix: Return tuple ('', []) when char_list is empty to prevent ValueError (#1857)
This commit fixes an issue where an empty char_list causes a ValueError due to insufficient values to unpack. The function now returns a tuple ('', []) when char_list is empty.
2024-06-28 01:28:24 +08:00
..
__init__.py Dev new (#1065) 2023-11-07 18:34:29 +08:00
e2e_vad.py Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00
frontend.py Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00
postprocess_utils.py Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00
timestamp_utils.py Fix: Return tuple ('', []) when char_list is empty to prevent ValueError (#1857) 2024-06-28 01:28:24 +08:00
utils.py Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00