baidu-deepspeech2 icon indicating copy to clipboard operation
baidu-deepspeech2 copied to clipboard

How to predict unlabeling test data?

Open qute012 opened this issue 4 years ago • 0 comments

Hi. I'm Studying Speech Recognition. I have some question. This model takes 4 inputs, below code.

self.model = tf.keras.Model(inputs=[input_data, labels, input_length, label_length], outputs=[loss_out])

If this model predicts test case that is unlabeled, i can't give 'labels', 'label_length' as inputs. How can i do?

qute012 avatar Feb 14 '20 11:02 qute012