Skip to content

Commit 09487a0

Browse files
authored
Merge pull request #2216 from Jackwaterveg/develop_fix
[Bug fix] fix bug for benchmark
2 parents bb7f2a1 + 923b0b8 commit 09487a0

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

paddlespeech/kws/exps/__init__.py

Whitespace-only changes.

paddlespeech/kws/exps/mdtc/__init__.py

Whitespace-only changes.

paddlespeech/s2t/io/dataloader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ def get_dataloader(mode: str, config, args):
389389
config['mini_batch_size'] = args.ngpu
390390
config['subsampling_factor'] = 1
391391
config['num_encs'] = 1
392+
config['shortest_first'] = False
392393
elif mode == 'valid':
393394
config['manifest'] = config.dev_manifest
394395
config['train_mode'] = False

0 commit comments

Comments
 (0)