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

TalkNet2 original code

Open Oktai15 opened this issue 3 years ago • 5 comments

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 avatar Apr 21 '21 17:04 Oktai15

@Oktai15 thanks !!!

rishikksh20 avatar Apr 21 '21 18:04 rishikksh20

ASR duration extractor and Gaussian Embedding seems very interesting.

rishikksh20 avatar Apr 21 '21 18:04 rishikksh20

@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 avatar Sep 14 '21 07:09 m-toman

@m-toman yes, NeMo code is updated to TalkNet2

Oktai15 avatar Sep 14 '21 08:09 Oktai15

@Oktai15 seams the code no longer exists. Can you share it (if you still have it anyways).

mush42 avatar Jun 18 '24 15:06 mush42