Unverified Commit 1b76936d authored by Manuel Romero's avatar Manuel Romero Committed by GitHub
Browse files

Fix typo (#6994)

parent 8235426e
...@@ -101,7 +101,7 @@ class LmSeqsDataset(Dataset): ...@@ -101,7 +101,7 @@ class LmSeqsDataset(Dataset):
def remove_empty_sequences(self): def remove_empty_sequences(self):
""" """
Too short sequences are simply removed. This could be tunedd. Too short sequences are simply removed. This could be tuned.
""" """
init_size = len(self) init_size = len(self)
indices = self.lengths > 11 indices = self.lengths > 11
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment