mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 13:34:20 +00:00
Disable drop_last in testing time
This commit is contained in:
parent
53f38c01d2
commit
230ee5c991
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user