Giter Club home page Giter Club logo

ctc_beam_search_lm's Introduction

此为百度第二代语音识别解码方案C++版本 CTC+BeamSearch+LM

1 ctc_beam_search_decoder.cpp中相关的解码参数

  1. num_frames:为wav的帧数
  2. num_classes:为分类的数目,比如建模单元为多少个汉字
  3. beam_size:beam的大小
  4. blank_id:ctc训练时,blank的id
  5. cutoff_prob:为概率剪枝参数
  6. alpha:为语言模型权重系数
  7. beta:为句子长度系数
  8. 输入:经声学模型后的softmax概率prob.txt,以及相应的字表vocab.txt
  9. 输出:解码结果

2 编译ctc_beam_search_decoder.cpp

1)开始编译: ./compile_decoder.sh

3 运行解码

./ctc_beam_search_decoder

4 解码结果

decode_result

ctc_beam_search_lm's People

Contributors

sundy1219 avatar

Watchers

James Cloos avatar  avatar

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.