You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: