We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!