mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 22:24:19 +00:00
Fix for flake8
This commit is contained in:
parent
ae9ac81c55
commit
1ab3073a5a
@ -308,7 +308,6 @@ class Aishell4AsrDataModule:
|
||||
num_buckets=self.args.num_buckets,
|
||||
buffer_size=self.args.num_buckets * 2000,
|
||||
shuffle_buffer_size=self.args.num_buckets * 5000,
|
||||
buffer_size=100000,
|
||||
drop_last=self.args.drop_last,
|
||||
)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user