jxzhanggg / nonparaSeq2seqVC_code

Implementation code of non-parallel sequence-to-sequence VC
MIT License
250 stars 56 forks source link

Feature Request #44

Closed ChrisDelClea closed 2 years ago

ChrisDelClea commented 3 years ago

Hi Guys,

first of all, thanks for sharing this great research. I have a question. Is it possible to offer a python "code" way to train / fine-tune the model? For me personally, some examples how to do it would help a lot.

Best regards Christian Klose

KunZhou9646 commented 2 years ago

Hi Guys,

first of all, thanks for sharing this great research. I have a question. Is it possible to offer a python "code" way to train / fine-tune the model? For me personally, some examples how to do it would help a lot.

Best regards Christian Klose

Hi Chris, I using this repo to achieve emotion style transfer with a strategy of pre-training/fine-tuning. And I publish one Interspeech 2021 paper on it. You can refer it through this link: https://arxiv.org/abs/2103.16809.

I also publish my codes on github. My codes are built upon this repo. :)

Regards, Kun Zhou