merlin icon indicating copy to clipboard operation
merlin copied to clipboard

Error with question file which have only QS question type.

Open chazo1994 opened this issue 7 years ago • 2 comments

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.

chazo1994 avatar Dec 16 '17 08:12 chazo1994

Hi i'm having the same issue. How did you fix it?

sheepHavingPurpleLeaf avatar Oct 15 '18 09:10 sheepHavingPurpleLeaf

I added cqs question into my question file and it's work.

chazo1994 avatar Oct 15 '18 10:10 chazo1994