Can you list the dependencies like torch version, c++ and others
ethio-artifical opened this issue · 1 comments
ethio-artifical commented
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 .
LuluW8071 commented
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