PlayVoice / whisper-vits-svc

Core Engine of Singing Voice Conversion & Singing Voice Clone
https://huggingface.co/spaces/maxmax20160403/sovits5.0
MIT License
2.6k stars 919 forks source link

checkpoints #58

Closed Parisa-Bagherzadeh closed 1 year ago

Parisa-Bagherzadeh commented 1 year ago

How can I create the checkpoints for each dataset of speakers separately in different folders?

MaxMax2016 commented 1 year ago

train each dataset of speakers separately;Train all dataset of speakers at once , they share a single checkpoint.

Parisa-Bagherzadeh commented 1 year ago

I have 5 speakers, speaker0, speaker1,... how i can train and save the checkpoints for each in separate folders?

MaxMax2016 commented 1 year ago

when train speaker0, delete data of speaker1 speaker2~~~ or move to somewhere

Parisa-Bagherzadeh commented 1 year ago

/

train each dataset of speakers separately;Train all dataset of speakers at once , they share a single checkpoint.

A single checkpoint for all speakers?! wouldn't that give bad results after inference?

MaxMax2016 commented 1 year ago

A single checkpoint for all speakers?! yes if they are all hight quality, every thing will be ok.