Disable drop_last in testing time (#427)

This commit is contained in:
Wei Kang 2022-06-16 15:43:48 +08:00 committed by GitHub
parent 5c3ee8bfcd
commit 5379c8e9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,7 +291,6 @@ class AsrDataModule:
max_duration=self.args.max_duration,
shuffle=False,
num_buckets=self.args.num_buckets,
drop_last=True,
)
logging.debug("About to create test dataloader")
test_dl = DataLoader(