FastSpeech2 icon indicating copy to clipboard operation
FastSpeech2 copied to clipboard

Multi-Speaker Pytorch FastSpeech2: Fast and High-Quality End-to-End Text to Speech :fist:

Results 3 FastSpeech2 issues
Sort by recently updated
recently updated
newest added

Hello authors, First of all, thank you for giving us an impressive repository. For now, I want to re-trained your model with Korean language, for example KSS (korean single speaker)....

Does it able to learn certain voice style?

File "train.py", line 109, in __init_dataset train_loader = DataLoader( File "/home/ssn/.local/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 344, in __init__ sampler = RandomSampler(dataset, generator=generator) # type: ignore[arg-type] File "/home/ssn/.local/lib/python3.8/site-packages/torch/utils/data/sampler.py", line 107, in __init__ raise ValueError("num_samples...