Coder Social home page Coder Social logo

Comments (5)

zhoudoufu avatar zhoudoufu commented on May 30, 2024

I am enchanting similar error when decoding with the TIMIT data set. I fix this by change the phone mapping part in eval.py.
here is my code

with open('conf/phones.60-48-39.map', 'r') as f:
    pmap = {rephone[1]: rephone[1]}
    for line in f:
        line = line.split()
        if len(line) < 2: pmap[line[0]] = rephone[0]
        else: pmap[line[1]] = line[1]
print(pmap)

from e2e-asr.

l2009312042 avatar l2009312042 commented on May 30, 2024

@zhoudoufu why change from pmap[line[0]] = line[2] to pmap[line[1]] = line[1]?
and pmap = {rephone[1]: rephone[1]} not pmap = {rephone[0]: rephone[0]}

from e2e-asr.

PeiyanFlying avatar PeiyanFlying commented on May 30, 2024

So, dear friends,
Why does this happen? I mean what bugs result in this kind of problem?
I meet with the same one , either.

from e2e-asr.

PeiyanFlying avatar PeiyanFlying commented on May 30, 2024

@gccyxy
Hello, sir, I meet with the same problem as yours. So do you have some advice?
Many thanks and best.

from e2e-asr.

melody-rain avatar melody-rain commented on May 30, 2024

I am enchanting similar error when decoding with the TIMIT data set. I fix this by change the phone mapping part in eval.py.
here is my code

with open('conf/phones.60-48-39.map', 'r') as f:
    pmap = {rephone[1]: rephone[1]}
    for line in f:
        line = line.split()
        if len(line) < 2: pmap[line[0]] = rephone[0]
        else: pmap[line[1]] = line[1]
print(pmap)

I replaced else: pmap[line[0]] = line[2] to else: pmap[line[1]] = line[2] and the final PER for RNN-T is 20.62% with 183 epoches of training.

from e2e-asr.

Related Issues (15)

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.