You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nie_0912.WAV_0008968000_0009176640.wav Big data technologies enable organization to process. Traceback (most recent call last):
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/prepare_datasets/1-get-text.py", line 92, in process
phones, word2ph, norm_text = clean_text(
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/text/cleaner.py", line 46, in clean_text
phones = language_module.g2p(norm_text)
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/text/english.py", line 365, in g2p
phone_list = _g2p(text)
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/text/english.py", line 272, in call
tokens = pos_tag(words) # tuples of (word, tag)
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/init.py", line 168, in pos_tag
tagger = _get_tagger(lang)
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/init.py", line 110, in _get_tagger
tagger = PerceptronTagger()
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/perceptron.py", line 183, in init
self.load_from_json(lang)
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/perceptron.py", line 274, in load_from_json
with open(loc + TAGGER_JSONS[lang]["weights"]) as fin:
TypeError: unsupported operand type(s) for +: 'ZipFilePathPointer' and 'str'
大概类似这种报错,遇到英文音频就会报错
The text was updated successfully, but these errors were encountered:
nie_0912.WAV_0008968000_0009176640.wav Big data technologies enable organization to process. Traceback (most recent call last):
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/prepare_datasets/1-get-text.py", line 92, in process
phones, word2ph, norm_text = clean_text(
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/text/cleaner.py", line 46, in clean_text
phones = language_module.g2p(norm_text)
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/text/english.py", line 365, in g2p
phone_list = _g2p(text)
File "/home/xrk/data2/sun_ai_dev/GPT-SoVITS-v2/GPT_SoVITS/text/english.py", line 272, in call
tokens = pos_tag(words) # tuples of (word, tag)
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/init.py", line 168, in pos_tag
tagger = _get_tagger(lang)
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/init.py", line 110, in _get_tagger
tagger = PerceptronTagger()
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/perceptron.py", line 183, in init
self.load_from_json(lang)
File "/home/xrk/miniconda3/envs/gpt_sovits_v2/lib/python3.9/site-packages/nltk/tag/perceptron.py", line 274, in load_from_json
with open(loc + TAGGER_JSONS[lang]["weights"]) as fin:
TypeError: unsupported operand type(s) for +: 'ZipFilePathPointer' and 'str'
大概类似这种报错,遇到英文音频就会报错
The text was updated successfully, but these errors were encountered: