Skip to content

Commit

Permalink
change num egs for combination in chain training script
Browse files Browse the repository at this point in the history
  • Loading branch information
curly1 committed Aug 29, 2024
1 parent 122a3f2 commit 8e7d146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/steps/nnet3/chain/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def train(args, run_opts):
chain_lib.combine_models(
dir=args.dir, num_iters=num_iters,
models_to_combine=models_to_combine,
num_chunk_per_minibatch_str=args.num_chunk_per_minibatch,
num_chunk_per_minibatch_str="1:64",
egs_dir=egs_dir,
leaky_hmm_coefficient=args.leaky_hmm_coefficient,
l2_regularize=args.l2_regularize,
Expand Down

0 comments on commit 8e7d146

Please sign in to comment.