Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
>>> lissyx |
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
-
>>> nbuf
[April 19, 2019, 7:11am]
Hello, slash
I have to set up git of DS v0.1.1. Specifically this version due to
working with an older project
(https://github.com/carlini/audio_adversarial_examples).
I don't have the time to try and 'band-aid' a hook into new DS version
like it was done with DSv0.1.1 in said project.
git lfs is being really annoying but I did my best to stick to the
install instructions.
Here is the error output I get when I run ldc93s1.sh
./bin/run-ldc93s1.sh
print(xdg.save_data_path('deepspeech/ldc93s1'))
slash --dev_files data/ldc93s1/ldc93s1.csv slash --test_files
data/ldc93s1/ldc93s1.csv slash --train_batch_size 1 slash --dev_batch_size 1
slash --test_batch_size 1 slash --n_hidden 494 slash --epoch 50 slash --checkpoint_dir
/home/xoleras/.local/share/deepspeech/ldc93s1 slash
/home/xoleras/tmp/deepspeech-0.1.1/lib/python3.6/importlib/ slash _bootstrap.py:219:
RuntimeWarning: compiletime version 3.5 of module
'tensorflow.python.framework.fast_tensor_util' does not match
runtime version 3.6 slash
return f( slash *args, slash DEEPSPEECH.cdx deepspeech.commands DEEPSPEECH.pages DEEPSPEECH.warc.gz discourse.mozilla.org html-to-markdown.sh shell-conver-html-to-split-posts.sh sorted-deepspeech-posts slash *kwds) slash
ERROR: The decoder library file does not exist. Make sure you have
downloaded or built the native client binaries and pass the
appropriate path to the binaries in the slash --decoder_library_path
parameter. slash
Traceback (most recent call last): slash
File 'DeepSpeech.py', line 1861, in slash
tf.app.run() slash
File
'/home/xoleras/tmp/deepspeech-0.1.1/lib/python3.6/site-packages/tensorflow/python/platform/app.py',
line 48, in run slash
slash _sys.exit(main( slash _sys.argv slash [:1 slash ] + flags_passthrough)) slash
File 'DeepSpeech.py', line 1813, in main slash
initialize_globals() slash
File 'DeepSpeech.py', line 334, in initialize_globals slash
custom_op_module = tf.load_op_library(FLAGS.decoder_library_path) slash
File
'/home/xoleras/tmp/deepspeech-0.1.1/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py',
line 56, in load_op_library slash
lib_handle = py_tf.TF_LoadLibrary(library_filename, status) slash
File
'/home/xoleras/tmp/deepspeech-0.1.1/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py',
line 473, in exit slash
c_api.TF_GetCode(self.status.status)) slash
tensorflow.python.framework.errors_impl.NotFoundError:
native_client/libctc_decoder_with_kenlm.so: cannot open shared
object file: No such file or directory
I cannot find libctc_decoder_with_kenlm.so.
I am basically stuck now.
Furthermore the command util/taskcluster.py slash --target . does not install
this particular file.
> Blockquote
[This is an archived TTS discussion thread from discourse.mozilla.org/t/trouble-training-with-ds-0-1-1]
Beta Was this translation helpful? Give feedback.
All reactions