This commit is contained in:
JinZr 2023-08-13 21:37:22 +08:00
parent 890fe06ee3
commit ca3dca1933
3 changed files with 3 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class Aishell4AsrDataModule:
max_duration=self.args.max_duration, max_duration=self.args.max_duration,
shuffle=self.args.shuffle, shuffle=self.args.shuffle,
num_buckets=self.args.num_buckets, num_buckets=self.args.num_buckets,
buffer_size=30000, buffer_size=100000,
drop_last=self.args.drop_last, drop_last=self.args.drop_last,
) )
else: else:

View File

@ -0,0 +1 @@
../local

View File

@ -0,0 +1 @@
../local