mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
微调未读取bert文件重大bug修复
This commit is contained in:
parent
b57f92582f
commit
347dcd7d76
@ -64,7 +64,7 @@ class Text2SemanticDataset(Dataset):
|
|||||||
# get dict
|
# get dict
|
||||||
self.path2 = phoneme_path # "%s/2-name2text.txt"%exp_dir#phoneme_path
|
self.path2 = phoneme_path # "%s/2-name2text.txt"%exp_dir#phoneme_path
|
||||||
self.path3 = "%s/3-bert" % (
|
self.path3 = "%s/3-bert" % (
|
||||||
os.path.basename(phoneme_path)
|
os.path.dirname(phoneme_path)
|
||||||
) # "%s/3-bert"%exp_dir#bert_dir
|
) # "%s/3-bert"%exp_dir#bert_dir
|
||||||
self.path6 = semantic_path # "%s/6-name2semantic.tsv"%exp_dir#semantic_path
|
self.path6 = semantic_path # "%s/6-name2semantic.tsv"%exp_dir#semantic_path
|
||||||
assert os.path.exists(self.path2)
|
assert os.path.exists(self.path2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user