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
And then I get this error:
...2022-04-28 13:11:31,092 INFO main : Input label dimension is 4162022-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.
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!