gmltmd789 / UnitSpeech

An official implementation of "UnitSpeech: Speaker-adaptive Speech Synthesis with Untranscribed Data"
https://unitspeech.github.io/
Other
131 stars 12 forks source link

Can you provide the decoder after fine-tuning? #7

Closed ZXHY-82 closed 10 months ago

ZXHY-82 commented 10 months ago

Can you provide the decoder after fine-tuning?

gmltmd789 commented 10 months ago

Hi,

Fine-tuning involves the decoder adapting based on references provided by individual users.

Consequently, it is challenging to provide a fine-tuned decoder for a specific target speaker, as it varies with each reference that user provided.

Following the process in the repository will allow you to obtain a fine-tuned decoder easily and quickly. I recommend checking it out for guidance!