Giter Site home page Giter Site logo

Comments (2)

albertz avatar albertz commented on May 24, 2024

Multiple things:

  • E.g. CtcLoss and related code just wraps whatever TF provides. TF also provides ctc_beam_search_decoder as you mention, but that is without LM fusion. So far that I know, TF does not support CTC beam search with a LM. But as you mention, I have seem some code elsewhere which basically adds this to TF. I think you might find it in Mozilla DeepSpeech. This probably is the simplest way, to adapt this.
  • We usually use our RASR software to perform decoding with hybrid HMM/NN models. CTC is just a special case of a HMM, so you can use RASR to do the CTC beam search, also with a language model. But getting this to work is non-trivial, and requires quite some effort.

from returnn-experiments.

albertz avatar albertz commented on May 24, 2024

Not sure if there is an issue here on this repository, so I'm closing this. If you think there is some bug in RETURNN, please report for that repository.

from returnn-experiments.

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.