Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training with a new dataset #4

Open
buscon opened this issue Apr 13, 2019 · 1 comment
Open

Training with a new dataset #4

buscon opened this issue Apr 13, 2019 · 1 comment

Comments

@buscon
Copy link

buscon commented Apr 13, 2019

hi,

I tried to train using a new datasets of audiofiles, but I run into problems already by preprocess:
python preprocess.py --name=my_dataset --in_dir=path_to_my_dataset_files/ --out_dir=feature_dir/ --hparams "input_type=mulaw-quantize"
but I get a :

Traceback (most recent call last):
File "preprocess.py", line 53, in
assert name in ["cmu_arctic", "ljspeech"]
AssertionError

@YuzukiTsuru
Copy link

You need to add your dataset to preprocess and then edit the list of related references.

你需要在preprocess里增加你的数据集,然后编辑相关引用列表

assert name in ["cmu_arctic", "ljspeech"]

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

No branches or pull requests

2 participants