Replies: 3 comments
-
>>> dabinat |
Beta Was this translation helpful? Give feedback.
0 replies
-
>>> javi.rahman |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>>> javi.rahman
[August 31, 2019, 2:26pm]
Hi,
I'm having trouble building v0.5.1 native_client/generate_trie.
My goal is to create trie file for my model. So, as I see I need to run
the generate_trie command from created our own binary from this link
slash -- slash >
https://github.com/mozilla/DeepSpeech/blob/master/native_client/README.md
./generate_trie .../data/alphabet.txt /tmp/lm.binary /tmp/trie
I am following the steps:
git clone https://github.com/mozilla/tensorflow.git
git checkout origin/r1.13
./configure
ln -s ../DeepSpeech0.5.1/native_client ./ (I am using DeepSpeech 0.5.1)
bazel build --workspace_status_command='bash native_client/bazel_workspace_status_cmd.sh' --config=monolithic -c opt --copt=-O3 --copt='-D_GLIBCXX_USE_CXX11_ABI=0' --copt=-fvisibility=hidden //native_client:libdeepspeech.so //native_client:generate_trie
I am getting the following error
Starting local Bazel server and connecting to it... slash
INFO: Invocation ID: e766cc2b-36a8-4d12-834d-d1872814c0ee slash
INFO: Analysed 2 targets (75 packages loaded, 5330 targets configured). slash
INFO: Found 2 targets... slash
ERROR: Process exited with status 128: Process exited with status 128 slash
++ git describe slash --long slash --tags
++ git describe slash --long slash --tags slash
fatal: Not a git repository (or any of the parent directories): .git
STABLE_TF_GIT_VERSION v1.13.1-13-g174b476 slash
slash ~/Downloads/backup/tensorflow/native_client
slash ~/Downloads/backup/tensorflow slash
INFO: Elapsed time: 32.036s, Critical Path: 5.89s slash
INFO: 0 processes. slash
FAILED: Build did NOT complete successfully
Please help
[This is an archived TTS discussion thread from discourse.mozilla.org/t/issue-with-building-deepspeech-binaries-v0-5-1]
Beta Was this translation helpful? Give feedback.
All reactions