r9y9 / deepvoice3_pytorch

PyTorch implementation of convolutional neural networks-based text-to-speech synthesis models
https://r9y9.github.io/deepvoice3_pytorch/
Other
1.97k stars 484 forks source link

Problems with "present" parameter while working with JSUT #185

Closed Arafat4341 closed 4 years ago

Arafat4341 commented 4 years ago

I've been facing problems with the --present parameter. There is no precise instruction regarding this parameter while working with jsut data in the wiki part. I just want to know what is the purpose of this parameter what value should I put in preprocess, train and synthesize commands. Thanks in advance!

r9y9 commented 4 years ago

There's no --present parameter in the codebase. https://github.com/r9y9/deepvoice3_pytorch/search?q=present&unscoped_q=present

I guess you meant --preset parameter.

Arafat4341 commented 4 years ago

@r9y9 Sorry for mistake. yes I meant --preset. What should be it's value in preprocess, train and synthesize commands while working with JSUT? Can you tell?