FreedMana

Results 2 comments of FreedMana

Ditto. My test data are thousands of speech sequences. I use HTKFeature Reader in Python API . Because i need the model output of each sentence. It's would be convenient...

Hello everyone, it seems that when we use a variable-length minibatch size, it should be changed to an integer, for examlple, reader.next_minibatch(  int(minibatch_size * avg_seq_len), input_map=input_map). You can try it....