GithubHelp home page GithubHelp logo

Flashlight decoder for ASR about nemo HOT 4 OPEN

Mark-Serin avatar Mark-Serin commented on May 24, 2024
Flashlight decoder for ASR

from nemo.

Comments (4)

titu1994 avatar titu1994 commented on May 24, 2024

Yes it's supported, please find installation instructions here - https://docs.nvidia.com/nemo-framework/user-guide/latest/nemotoolkit/asr/asr_language_modeling.html#n-gram-language-modeling

That bash script has to be run by users as is, rather than python to install flashlight

from nemo.

Mark-Serin avatar Mark-Serin commented on May 24, 2024

I followed this guide but it refers to scrips that don't exist anymore. For example the following script is not relevant already:

python eval_beamsearch_ngram.py nemo_model_file=<path to the .nemo file of the model> \
       input_manifest=<path to the evaluation JSON manifest file \
       kenlm_model_file=<path to the binary KenLM model> \
       beam_width=[<list of the beam widths, separated with commas>] \
       beam_alpha=[<list of the beam alphas, separated with commas>] \
       beam_beta=[<list of the beam betas, separated with commas>] \
       preds_output_folder=<optional folder to store the predictions> \
       probs_cache_file=null \
       decoding_mode=beamsearch_ngram \
       decoding_strategy="<Beam library such as beam, pyctcdecode or flashlight>"

because there is no eval_breamsearch_ngram.py here.

from nemo.

titu1994 avatar titu1994 commented on May 24, 2024

@karpnv could you update docs ?

from nemo.

Mark-Serin avatar Mark-Serin commented on May 24, 2024

NeMo of previous versions has it but there are no such parameters as decoding_strategy. I mean it can't be used as flashlight. And even in older versions of NeMo it's absent. For example in 1.18.0

from nemo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.