Closed ShiromiyaG closed 2 months ago
inference works well?
@blaisewf Yes
ok, core.py is missing things
Ow, okay, I'll add
@blaisewf I think I've added everything that was missing
extract or preprocess doesn't need something on the core?
extract or preprocess doesn't need something on the core?
No
extract or preprocess doesn't need something on the core?
No
so how do you preprocess a multispeaker dataset
extract or preprocess doesn't need something on the core?
No
so how do you preprocess a multispeaker dataset
user provides a location of the training set, such as C:\training
all acceptable files in C:\training
are used for sid 0 as compatibility
all child folders with numeric values (we actually need to check that they are int) are used as speaker IDs and content of those folders is processed normally.
the file index is written with these SID values + 2 mute files per speaker.
well so this needs to be well explained on the docs
Description
This PR adds support for training multispeaker models and some changes
Motivation and Context
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: