TalkNet2-pytorch
TalkNet2-pytorch copied to clipboard
TalkNet2 original code
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 :)
@Oktai15 thanks !!!
ASR duration extractor and Gaussian Embedding seems very interesting.
@Oktai15 cool, sorry to hijack this a bit but is the NeMo version updated to TalkNet2? Seems the code goes back a year or more where the TalkNet(1) paper was published. Interestingly the paper 2 does not mention the first one at all.
Pretty interested in it for embedded use. I got a pretty similar setup at the moment but more built around RNNs, pieces of Tacotron and a different prosody (pitch/duration/energy) model.
@m-toman yes, NeMo code is updated to TalkNet2
@Oktai15 seams the code no longer exists. Can you share it (if you still have it anyways).