Update and rename spec_gen.py to bert_gen.py
This commit is contained in:
@@ -17,7 +17,6 @@ def process_line(line):
|
||||
phone = phones.split(" ")
|
||||
tone = [int(i) for i in tone.split(" ")]
|
||||
word2ph = [int(i) for i in word2ph.split(" ")]
|
||||
# print(text, word2ph,phone, tone, language_str)
|
||||
w2pho = [i for i in word2ph]
|
||||
word2ph = [i for i in word2ph]
|
||||
phone, tone, language = cleaned_text_to_sequence(phone, tone, language_str)
|
||||
Reference in New Issue
Block a user