Closed homink closed 6 years ago
That's a sign there's a clipping during feature normalization. For quick fix, try allow_clipping_in_normalization=True
. This was the default for months and I believe it doesn't affect speech quality much.
If you want to avoid clipping completely (rarely happen, though), you need to adjust normalization parameters: https://github.com/r9y9/deepvoice3_pytorch/blob/aeed2258a9b1111669a793ae161cfe0a7396fdf0/hparams.py#L117-L118.
Thanks a lot!
Hi,
I am new to pytorch and following the example of jsut here. And I encountered the following assertion error which is hard for me to look in further. Could anyone help me out?