Skip to content

Commit

Permalink
fix list_shuffle in cv_conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct authored Mar 27, 2024
1 parent 5ce9c19 commit 1c6f387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wenet/utils/train_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def init_dataset_and_dataloader(args, configs, tokenizer, seed=777):
cv_conf['spec_sub'] = False
cv_conf['spec_trim'] = False
cv_conf['shuffle'] = False
cv_conf['list_shuffle'] = False

configs['vocab_size'] = tokenizer.vocab_size()
train_dataset = Dataset(args.data_type, args.train_data, tokenizer,
Expand Down

0 comments on commit 1c6f387

Please # to comment.