stlohrey
  • Joined on 2023-07-10
stlohrey commented on issue mrq/ai-voice-cloning#236 2023-07-10 15:36:06 +00:00
Phenomizer expects a list of strs, not one giant str

Ok, found it, the phonemizer also outputs the phonemized text as a list. I just fixed it in my train.txt for now, but the assertion error is gone and training is running without problems so far...

stlohrey commented on issue mrq/ai-voice-cloning#236 2023-07-10 12:40:55 +00:00
Phenomizer expects a list of strs, not one giant str

I am running into the same AssertionError when tring to train on a phonemized script, any updates on that issue?