diff --git a/spec_gen.py b/bert_gen.py similarity index 96% rename from spec_gen.py rename to bert_gen.py index 80c18c8..cab5220 100644 --- a/spec_gen.py +++ b/bert_gen.py @@ -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)