Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Training encoder #20

Open
dtanalytic opened this issue Nov 17, 2020 · 2 comments
Open

Training encoder #20

dtanalytic opened this issue Nov 17, 2020 · 2 comments

Comments

@dtanalytic
Copy link

Thanks for work! Help me to train an encoder. How is it possible to add new custom voices to train datasets, or only fixed (like LibriSpeech: train-other-500, VoxCeleb1...) are available through the interface of commands:
python encoder_preprocess.py <datasets_root>
and
python encoder_train.py my_run <datasets_root>/SV2TTS/encoder

If possible, than how i should keep files, in root data directory or subfolders, in what formats? I tried to add my voice to subfolder but got an error like:

"Python encoder_preprocess.py data
Arguments:
datasets_root: data
out_dir: data/SV2TTS/encoder
datasets: ['preprocess_voxforge']
skip_existing: False

Preprocessing preprocess_voxforge
Couldn't find data/book, skipping this dataset"

I looked at the source and found that there are fixed funcs that preprocess different formats of train data (like preprocess22,preprocess44...) What do they mean? Maybe i should use one of them?
Thank you.

@vlomme
Copy link
Owner

vlomme commented Nov 17, 2020

each dataset structure needs its own code. I have written functions for three options

@dtanalytic
Copy link
Author

dtanalytic commented Nov 17, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants