Open buscon opened 5 years ago
You need to add your dataset to preprocess and then edit the list of related references.
你需要在preprocess里增加你的数据集,然后编辑相关引用列表
https://github.com/azraelkuan/FFTNet/blob/b182e3955dc626810d0d16e89c232e509a146043/preprocess.py#L53
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