Coder Social home page Coder Social logo

Comments (4)

fatihkizmaz avatar fatihkizmaz commented on May 30, 2024 1

I learned that my CPU does not support some instructions (eg: AVX) which is used at deepspeech native client binaries.
So i need to buil native client myself described here: https://github.com/mozilla/DeepSpeech/tree/master/native_client
Otherwise i should use built binaries with a modern cpu.

from vspeech.

thecodrr avatar thecodrr commented on May 30, 2024

Can you run the program in the vspeech/cmd folder? And can you upload the wav file you used so I can test with it?

Would appreciate if you show some code.

from vspeech.

fatihkizmaz avatar fatihkizmaz commented on May 30, 2024

image

Tried with your cmd example. No line changed.
Program compiles succesfully.
But when it starts it prints "Illegal instruction (core dumped)"
It never asks for os args.

But i can compile and run a hello world app with V. I think error is not related to V.

I extracted "native_client.amd64.cpu.linux.tar.xz" to lib folder. Should i use a different binary? It sounds like this error is caused by deepspeech binary for me.

from vspeech.

thecodrr avatar thecodrr commented on May 30, 2024

Can you try running this command:
export LD_LIBRARY_PATH=$PWD/lib/
and then v run .

You should also try a different binary. This seems to be an issue with DeepSpeech.

My lib/ folder looks like this:
image

from vspeech.

Related Issues (3)

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.