Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensemble asr transformer #6

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

chintu619
Copy link
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
1 participant