NVIDIA/mellotron

Inference with our own text on pretrained model

xw1324832579 opened this issue · 0 comments

Hello @robinsloan , thank you for sharing this amazing repo! During inference process, I change some words in hallelujah.musicxml and got something wrong. I tried words such as Try My Why Be Tree... and it seems that they can't be converted to their corresponding phonemes(Try->T R,My->M,Why->W,Be->B, Tree->T R).I found maybe there's something wrong after getting word_arpabet in the function events2eventsarpabet in mellotron_utils.py. Any ideas? Thank you.