You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KakaruHayate 3e8c071e9a
优化日英/中英混合推理分词逻辑
示例

【1pass】(现在版本)
['我是一名粉刷匠,粉刷本领强,', 'I am a painter with strong painting skills', ',', 'A.B.C.D.A', '_', 'B', '—', 'C', '……', 'D.']
['zh', 'en', 'zh', 'en', 'zh', 'en', 'zh', 'en', 'zh', 'en']
【2pass】
['我是一名粉刷匠,粉刷本领强,', 'I am a painter with strong painting skills,', 'A.B.C.D.A_', 'B—', 'C……', 'D.']
['zh', 'en', 'en', 'en', 'en', 'en']
【result】
['我是一名粉刷匠,粉刷本领强,', 'I am a painter with strong painting skills,A.B.C.D.A_B—C……D.']
['zh', 'en']
2 years ago
..
AR Update data_module.py 2 years ago
configs more code refactor 2 years ago
feature_extractor more code refactor 2 years ago
module Add Vits Onnx Module 2 years ago
prepare_datasets Fix indentation issue 2 years ago
pretrained_models Delete GPT_SoVITS/pretrained_models/init 2 years ago
text Update cleaner.py 2 years ago
inference_gui.py Add inference_gui.py 2 years ago
inference_webui.py 优化日英/中英混合推理分词逻辑 2 years ago
my_utils.py Add files via upload 2 years ago
onnx_export.py Add Onnx Export 2 years ago
process_ckpt.py Code refactor + remove unused imports 2 years ago
s1_train.py fix gpt not save issue. 2 years ago
s2_train.py mps support 2 years ago
utils.py Add files via upload 2 years ago