Giter Club home page Giter Club logo

Comments (4)

HawkAaron avatar HawkAaron commented on June 13, 2024

The prediction model is similar to a language model, its actually phone language model for TIMIT dataset.
First add <SOS> <EOS> to each transcription, here I would like to use blank label as both <SOS> and <EOS>.
The input of prediction model is a sequence of phones with blank label prepended, the output should be the corresponding phone sequence with blank appended.

In one word, the training stage is same to language model, except it has a blank label.

from rnn-transducer.

rzcwade avatar rzcwade commented on June 13, 2024

Thanks for your prompt response. Just a follow up question, if I were to train character-wise LM, for instance: for a sentence like "hello world", should I send the following as input:
h e l l o w o r l d
and the following as target:
h e l l o w o r l d

I really appreciate your answer!

from rnn-transducer.

HawkAaron avatar HawkAaron commented on June 13, 2024

Well, for rnn-transducer, like CTC, it introduced a blank label, so you need to send the following as input (_ means blank) :
_ h e l l o w o r l d
and the following as the target:
h e l l o w o r l d _

from rnn-transducer.

rzcwade avatar rzcwade commented on June 13, 2024

Somehow the blank tag got dropped in my post :(
Yes, I meant by your response. Thanks a lot!

from rnn-transducer.

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.