merlin
merlin copied to clipboard
Error with question file which have only QS question type.
I'm training a DNN model with Magphase vocoder and get error "index out of bound" with my question file that have only QS question type. I debugged file "label_normalisation.py" and figure out bug in line 228: "if(label_continuous_vector[0, 1]==1 or current_phone in list_of_silences)". Because if there is no CQS question, the label_continuous_vector will become to empty. I hope this bug will be fixed soon.
Hi i'm having the same issue. How did you fix it?
I added cqs question into my question file and it's work.