Serhiy Stetskovych
Serhiy Stetskovych
> > No it doesn't crash during the training. I got crash after I loaded trained checkpoint on synthesis method. > > Is the error something like "out of memory"?...
@p0p4k I have tried again and yes, on inference I got out of memory error. Same as @Tera2Space mentioned.
It is small sentence. No it doesn't work. It doing something very long than crashes. https://drive.google.com/file/d/1WaIYiloaf3oDVtkWb5LH8YN0XWW2KXbR/view?usp=drivesdk
Sorry, but I don't know how to do that.
But do you see difference in audio output for model with vocab 178 and 78? Or only metrics are different?
@w11wo I have found that `configs/model/pflow.yaml` contains `n_vocab` that is equal to 178. I thing it should be 78 in your case and maybe you will get even better(less then...
uh, I misunderstood you. By changing vocab you meant also changing this value, I thought you where changing real symbols count but didn't do this in the config.
Thank you!!!
It depends on vocoder. So if you have vocoder trained with 100 features, pflow model also should generate mels with 100 features.
In my case I just wanted to try pflow with pretrained vocos vocoder. I just wanted to compare it with pretrained hifigan. I suppose it should sound better but I...