tensorflow_end2end_speech_recognition icon indicating copy to clipboard operation
tensorflow_end2end_speech_recognition copied to clipboard

Dataset.padded_value not found

Open cuhkebook opened this issue 7 years ago • 0 comments

I found many places using padded_value=train_data.padded_value

However, the Dataset object does not include padded_value

Only in load_dataset_ctc.py is different: self.padded_value = -1

So, what is the value of padded_value should be? Thank a lot!

cuhkebook avatar Oct 26 '17 05:10 cuhkebook