isletennos/MMVC_Trainer

Questions about "03_MMVC_Interface.ipynb"

Closed this issue · 2 comments

I run 03_MMVC_Interface.ipynb and I have questions about it.

(1) SOURCE_SPEAKER_ID
SOURCE_SPEAKER_ID is preset as 107.
Then, I'd like to use many source speaker trained model.
How do I set the ID number for them?

(2) TARGET_ID
TARGET_ID is preset as 100.
Then, I'd like to use many target speaker trained model.
How do I set the ID number for them?

(3) TARGET_ID trained model
source speaker's trained model is saved in log folder.
Where should I put the target speakder trained model?

(1) There is no specific rule, so please choose an ID from 107 to 127 and specify it.
(2) Please choose an ID from 107 to 127 to avoid duplication with SOURCE_SPEAKER_ID and specify it.
(3) The recognition that it is a trained model of the source speaker is incorrect. We are training both the source speaker and the target speaker simultaneously.

OK, thanks.