auspicious3000 / SpeechSplit

Unsupervised Speech Decomposition Via Triple Information Bottleneck
http://arxiv.org/abs/2004.11284
MIT License
636 stars 92 forks source link

Content encoder definition #57

Closed pyrito closed 2 years ago

pyrito commented 2 years ago

Hello,

I was wondering where exactly the content encoder was defined? Is it in Encoder_7?

auspicious3000 commented 2 years ago

Yes. Encoder_7 is content and f0 encoder together.

pyrito commented 2 years ago

Thanks!