I am using my own training data. The first clip's phonemes include "OW1" when I look at the .phn.txt file, so I know that's right. After the model is trained, and I try to generate a new clip using the exact phrase from this clip, I get KeyError: 'OW1' error. I can't figure out why. Am I suffering from some data loss? I may need to tweak my ar.yml and nar.yml, but before I do, I was curious if anyone knows if I'm just missing something more obvious.
I am using my own training data. The first clip's phonemes include "OW1" when I look at the
.phn.txtfile, so I know that's right. After the model is trained, and I try to generate a new clip using the exact phrase from this clip, I getKeyError: 'OW1'error. I can't figure out why. Am I suffering from some data loss? I may need to tweak myar.ymlandnar.yml, but before I do, I was curious if anyone knows if I'm just missing something more obvious.