CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.
http://www.cstr.ed.ac.uk/projects/merlin/
Apache License 2.0
1.3k stars 441 forks source link

label_state_align folder missing when running awb_arctic_full in slt_arctic example #531

Closed deenr closed 2 years ago

deenr commented 2 years ago

I am using merlin in google colaboratory and I have been able to succesfully run the slt_arctic in demo and in full. But when I try to run another voice/data it gives me the following error when I run the following commands:

!./01_setup.sh awb_arctic_full

I change the config file to match the training/validation sizes !./02_prepare_conf_files.sh conf/global_settings.cfg

!./03_train_duration_model.sh conf/duration_awb_arctic_full.conf

And then I get this error: ... 2022-04-28 13:11:31,092 INFO main : Input label dimension is 416 2022-04-28 13:11:31,100 INFO main : preparing label data (input) using standard HTS style labels ... FileNotFoundError: [Errno 2] No such file or directory: '/content/merlin/egs/slt_arctic/s1/experiments/awb_arctic_full/duration_model/data/label_state_align/arctic_a0001.lab'

When I looked at the slt_arctic_full the label_state_align folder is already included when downloading the data. But this is not the case for the awb_arctic_full dataset only the label_phone_align folder is included.

How can I solve this problem?

Thanks in advance!