deterministic-algorithms-lab / Cross-Lingual-Voice-Cloning

Tacotron 2 - PyTorch implementation with faster-than-realtime inference modified to enable cross lingual voice cloning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meaning of _o and _l in residual_encoder

tshmak opened this issue · comments

Hi @Jeevesh8 thanks a lot for your code!

I am trying to understand the paper more. Can you please clarify the meaning of the subscripts _o and _l in residual_encoder.py? I see that you are using two residual encoders and concatenating them, and they serve different purposes.

Thanks a lot!

Tim

They mean observed and latent respectively @tshmak . You can read this paper .