Skip to content

Commit

Permalink
[scripts] Fix script issue affecting some xvector training (thanks: d…
Browse files Browse the repository at this point in the history
…aniel garcia-romero)
  • Loading branch information
danpovey authored and eginhard committed Jan 11, 2018
1 parent cf33b3d commit ef328a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def combine_models(dir, num_iters, models_to_combine, egs_dir,
--verbose=3 {raw_models} \
"ark,bg:nnet3-copy-egs {multitask_egs_opts} \
{egs_rspecifier} ark:- | \
nnet3-merge-egs --minibatch-size={mbsize} ark:- ark:- |" \
nnet3-merge-egs --minibatch-size=1:{mbsize} ark:- ark:- |" \
"{out_model}"
""".format(command=run_opts.command,
combine_queue_opt=run_opts.combine_queue_opt,
Expand Down

0 comments on commit ef328a3

Please sign in to comment.