After executing the “pip3 install $ command (python3 util / taskcluster.py --decoder)” error
pip3 install https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl
Collecting ds-ctcdecoder==0.4.0a0 from https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl
HTTP error 404 while getting https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl
Could not install requirement ds-ctcdecoder==0.4.0a0 from https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl because of error 404 Client Error: Not Found for url: https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl
Could not install requirement ds-ctcdecoder==0.4.0a0 from https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl because of HTTP error 404 Client Error: Not Found for url: https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl for URL https://index.taskcluster.net/v1/task/project.deepspeech.native_client.master.cpu/artifacts/public/ds_ctcdecoder-0.4.0a0-cp34-cp34m-manylinux1_x86_64.whl
Hi @lissyx ,
My training is running but I never installed this package(ds_ctcdecoder). I use GPU for training and not CPU. Do I need this package as well?
And when I tried running the command, it gave me this error.
taskcluster.py: error: the following arguments are required: --target
error: Your local changes to the following files would be overwritten by checkout:
data/lm/vocab.txt
requirements.txt
Please commit your changes or stash them before you switch branches.
Aborting
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
14
It looks like you did some changes, you need to rebase …
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
15
Please read the documentation about training: you have to install tensorflow-gpu and not tensorflow package.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
17
I can’t help you more, this is a TensorFlow issue now.