Fix typo (#6994)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user