mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-05 15:14:18 +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,
|
num_buckets=self.args.num_buckets,
|
||||||
buffer_size=self.args.num_buckets * 2000,
|
buffer_size=self.args.num_buckets * 2000,
|
||||||
shuffle_buffer_size=self.args.num_buckets * 5000,
|
shuffle_buffer_size=self.args.num_buckets * 5000,
|
||||||
buffer_size=100000,
|
|
||||||
drop_last=self.args.drop_last,
|
drop_last=self.args.drop_last,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user