I have git-lfs and have cloned the repo with it. I am on the master branch and the trie and lm have been cloned with git-lfs. How would i go about fixing this?
Does your master include the commit 0ea5804?
@kdavis-mozilla yes. Let me explain what all i've done.
1) git lfs clone
2) have all the pre-reqs
3) preprocessed the datasets
4) run "CUDA_VISIBLE_DEVICES=0 python DeepSpeech.py --train_files ../et/clips/train.csv --dev_files ../et/clips/dev.csv --test_files ../et/clips/test.csv"
@kdavis-mozilla yes. Let me explain what all i've done.
1. git lfs clone 2. have all the pre-reqs 3. preprocessed the datasets 4. run "CUDA_VISIBLE_DEVICES=0 python DeepSpeech.py --train_files ../et/clips/train.csv --dev_files ../et/clips/dev.csv --test_files ../et/clips/test.csv"
Can you check ?
$ sha1sum data/lm/lm.binary data/lm/trie
098c71d7f720ff1842650881e2e3ebb9d18bd7d3 data/lm/lm.binary
5f2c59596a977779f27869768e544c82e840290f data/lm/trie
@kdavis-mozilla
$ sha1sum lm.binary trie
098c71d7f720ff1842650881e2e3ebb9d18bd7d3 lm.binary
5f2c59596a977779f27869768e544c82e840290f trie
@alchemi5t What's your ds_ctcdecoder version? pip list
@lissyx ds-ctcdecoder==0.6.0a0
@lissyx ds-ctcdecoder==0.6.0a0
Ok, can you pick the wheel matching your python version on https://tools.taskcluster.net/index/project.deepspeech.deepspeech.native_client.master/cpu-ctc and retry ?
pip install --upgrade <URL> with <URL> being one of those package on https://tools.taskcluster.net/index/project.deepspeech.deepspeech.native_client.master/cpu-ctc
@lissyx got it. on it. will reply as soon as i am done testing.
HOLY $*!! @lissyx that actually worked! Thanks a ton, mate!
Thanks, so we need to release a new alpha then.
yep!
pip install --upgrade https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.master.cpu-ctc/artifacts/public/ds_ctcdecoder-0.6.0a0-cp36-cp36m-manylinux1_x86_64.whl
for python 3.6 if anyone needs it.
yep!
pip install --upgrade https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.master.cpu-ctc/artifacts/public/ds_ctcdecoder-0.6.0a0-cp36-cp36m-manylinux1_x86_64.whlfor python 3.6 if anyone needs it.
Thanks, I just pushed the v0.6.0-alpha.1 tag so it should be properly handled as soon as the builds finished.
Builds finished, it should be transparent now following the docs. Thanks @alchemi5t for reporting.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.