tensorflow_end2end_speech_recognition
tensorflow_end2end_speech_recognition copied to clipboard
Dataset.padded_value not found
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!