This commit is contained in:
Manuel Romero 2020-09-08 10:22:57 +02:00 committed by GitHub
parent 8235426ee8
commit 1b76936d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class LmSeqsDataset(Dataset):
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)
indices = self.lengths > 11