mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Disable drop_last in testing time (#427)
This commit is contained in:
parent
5c3ee8bfcd
commit
5379c8e9fa
@ -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