NVIDIA/waveglow

Is the published model trained only on LJSpeech?

MuyangDu opened this issue · 2 comments

Is the published pretrained model trained only on LJSpeech? The filename of the published model contains 'universal' so I'm wondering if any other data besides LJSpeech was used to train. Thanks

The model is trained just on LJ speech dataset. But you can surely alter/customize the length of the training and test files, by following the "train your own model" guide:)

The model is trained just on LJ speech dataset. But you can surely alter/customize the length of the training and test files, by following the "train your own model" guide:)

Thanks for the explanation.