parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
821 stars 241 forks source link

Can you list the dependencies like torch version, c++ and others #226

Open ethio-artifical opened 9 months ago

ethio-artifical commented 9 months ago
          Can you list the dependencies like torch version, c++ and others

Also I am facing same error in the windows. Will it be different for linux based ?

Originally posted by @LuluW8071 in https://github.com/parlance/ctcdecode/issues/210#issuecomment-1833072336

I am facing these errors a lot. Please list down all the requirements (dependencies) to install CTC .

LuluW8071 commented 9 months ago
          Can you list the dependencies like torch version, c++ and others

Also I am facing same error in the windows. Will it be different for linux based ?

Originally posted by @LuluW8071 in #210 (comment)

I am facing these errors a lot. Please list down all the requirements (dependencies) to install CTC .

In linux it will work though not for current ctcdecode but from pull request one Follow these steps:

git clone --recursive https://github.com/Sushmitha-Deva/ctcdecode.git
cd ctcdecode && pip install .

Though you may need to install dependencies if error occurs Other than that it works for linux based