Rishikesh (ऋषिकेश)
Rishikesh (ऋषिकेश)
Hi @adelacvg is implementation of this end-to-end TTS repo is completed. I have tested NS2VC v4 on 500 hrs of Hindi dataset with whisper features and it's working great, I...
@ease-zh what changes you have made to this repo to achieve that ?
Ok by changing the `hop_size' to 200 I am able to resolve issue but I want to train for sample rate 22050, and following settings: ``` num_mels = 80, num_freq...
@G-Wang Yeah I resolved that but get another error: ``` Traceback (most recent call last): File "train.py", line 444, in train_loop(device, model, data_loader, optimizer, checkpoint_dir) File "train.py", line 305, in...
@geneing How much hours of data required to generate good voice? Like wavenet generate a good voice from 2 hours of data.
Getting very large error for `mixture` input type : ``` using noam learning rate decay no checkpoint specified as --checkpoint argument, creating new model... 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 236/236 [00:53
Ok issue has resolved : ``` using noam learning rate decay no checkpoint specified as --checkpoint argument, creating new model... 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 236/236 [00:53
@G-Wang if you don't mind could you tell me which Tacotron implementation you are using and how much hours of data working fine for you. In my case, I code...
@G-Wang Tacotron 2 trained on input with `signal normalization` in [0,1]. By the way thanks for your help.
@andabi is it in runnable form ? Can I train the above code from arctic dataset ?