TalkNet2-pytorch icon indicating copy to clipboard operation
TalkNet2-pytorch copied to clipboard

TalkNet 2: Non-Autoregressive Depth-Wise Separable Convolutional Model for Speech Synthesis with Explicit Pitch and Duration Prediction.

Results 3 TalkNet2-pytorch issues
Sort by recently updated
recently updated
newest added

Hi there, I must say I’m impressed by the results Talknet is able to achieve with relatively short training. I have been playing around with it but keep running into...

Hello! You can find original code for TalkNet2 here: https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/tts/models/talknet.py Also take a look here: https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/3_TTS_TalkNet_Training.ipynb Just for simplify re-implementation :)