But if i run this command on the prebuilt model which we get from this: wget -O - https://github.com/mozilla/DeepSpeech/releases/download/v0.1.1/deepspeech-0.1.1-models.tar.gz | tar xvfz -
it works.
Only when i have built my own model i get this error.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
13
Can you make sure you ran the C++ client ? I suspect you are still referring to the Python module. Can you precisely document your steps to run ?
‘identical_element_shapes is something that has been added recently, I think r1.5. That’s likely why you are running into that issue.
@lissyx Sorry for that miss from my side.
I used the c++ client now, but am getting this error:
Reading alphabet.txt ----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100 libc++abi.dylib: terminating with uncaught exception of type lm::FormatLoadException: native_client/kenlm/lm/read_arpa.cc:65 in void lm::ReadARPACounts(util::FilePiece &, std::vector<uint64_t> &) threw FormatLoadException. first non-empty line was "a" not \data\. Byte: 218
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
15
Ok, that’s my fault, I forgot to tell you that WAV argument has been moved to the end :). So try: ./deepspeech output_graph.pb alphabet.txt ../testing_sampling/out.wav
Just curious as to what is this version you are talking about ?? is it deepspeech version ??
Also is c++ binary different in the way it works from the python one ??
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
17
No, the C++ binary mostly equivalent to what you have in Python. The version I’m referring to is the one that is embedded in the packages / tarball. It’s the TensorFlow version we used to build.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
19
No, it’s about what has been released to PyPI/npm and what we have on TaskCluster. Latest version “released” is v0.1.1, based on r1.4. But newer binaries are available from TaskCluster. It will be updated on PyPI/NPM when we do a new release.