Giter Site home page Giter Site logo

deepspeech_cpu_py37's Introduction

DeepSpeech CPU on python 3.7

This version of PaddlePaddle DeepSpeech is intended for inference only to run on CPU with python 3.7

Docker usage

docker build -f Dockerfile_cpu_py37 -t deepspeech-cpu .
docker run -v /your/data/and/model/dir/:/root/DeepSpeech/DATA/ -it deepspeech-cpu

make sure to use the flag --use_gpu=False when calling infer.py

deepspeech_cpu_py37's People

Contributors

shoegazerstella avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

coderboy24x7

deepspeech_cpu_py37's Issues

Docker building error.

openfst-1.6.3/src/include/fst/string.h:107:55: note: declared here
enum OPENFST_DEPRECATED("Use fst::StringTokenType") TokenType {
^~~~~~~~~
openfst-1.6.3/src/include/fst/string.h:207:59: warning: β€˜TokenType’ is deprecated: Use fst::StringTokenType [-Wdeprecated-declarations]
const SymbolTable *syms = nullptr)
^
openfst-1.6.3/src/include/fst/string.h:199:55: note: declared here
enum OPENFST_DEPRECATED("Use fst::StringTokenType") TokenType {
^~~~~~~~~
error: command 'gcc' failed with exit status 1

Any help for this issue?

Not able to infer

Python = 3.7
paddlepaddle=1.8.0

I am getting the following error:

NotImplementedError: Wrong number or type of arguments for overloaded function 'ctc_beam_search_decoder_batch'.

I suspect it is coming from swig.

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.