Skip to content

ensemble asr transformer - #6

Open
chintu619 wants to merge 7 commits into
masterfrom
ensemble_asr_transformer
Open

ensemble asr transformer#6
chintu619 wants to merge 7 commits into
masterfrom
ensemble_asr_transformer

Conversation

@chintu619

Copy link
Copy Markdown
Owner
  1. Posterior Ensemble Decoding: Stage 6 performs decoding using a posterior ensembling of specified input models. Note that by default, the --ensembletag variable is set to ensemble. So to avoid any over-writing files, specify it appropriately.

    ./run.sh --stage 6 --stop_stage 6 --lmtag my_rnnlm \
        --ensembletag last10_val10_ensemble \
        --ensemble_models "<expdir>/results/model.last10.avg.best <expdir>/results/model.val10.avg.best"
  2. Updated default configs for clotho/asr recipe: fbank, pitch, learning rate, nbpe, batch-size, accum-grad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant