Code Monkey home page Code Monkey logo

Comments (8)

realill avatar realill commented on August 17, 2024

Few years ago, when I tested this on usual EC2 instance, it was 1 core can manage one concurrent speech recognition in realtime. So 10 cores for 10 concurrent speech recognition could be your target.

But this is model dependent. There could be slower or faster models.

from asr-server.

towfiqi avatar towfiqi commented on August 17, 2024

Thanks a lot. Can nivida gpu with cuda cores can handle more concurrent processes? Interesting Update

from asr-server.

realill avatar realill commented on August 17, 2024

As far as I know GPU used exclusively for training.

from asr-server.

towfiqi avatar towfiqi commented on August 17, 2024

That was my understanding too. But I am confused how they used GPU for interference and achieved 9.2x preformance result:

Performance

"One experiment with clean data achieved speech-to-text inferencing 3,524x faster than real-time processing using an NVIDIA Tesla V100."

from asr-server.

realill avatar realill commented on August 17, 2024

You should address this question to kaldi project developers. This server was developed a while ago and not really in sync with latest kaldi developments.

from asr-server.

towfiqi avatar towfiqi commented on August 17, 2024

Thank You. According to the post mentioned below, usually 1 cpu(worker) can only serve 1 connection at a time. But if the server shares the same decoding graph for every connection, it can serve 10 concurrent connection per cpu.

Read the last comment of this thread

Do you have any idea if this asr-server shares the decoding graph? Or If its possible to implement this into it?

Thanks

from asr-server.

realill avatar realill commented on August 17, 2024

ASR server keep one model in memory and serves it. It work as HTTP based wrapper around kaldi decoder. You can use it as codebase for your solution, but you likely want to modify it to be used with more modern versions of kaldi decoders.

from asr-server.

towfiqi avatar towfiqi commented on August 17, 2024

Thank you for all your help :)

from asr-server.

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.