Transcript files with own generated model

deepspeech data/results/model_export/output_graph.pb data/ru_0040.wav data/alphabet.txt data/lm.binary data/trie
Loading model from file data/results/model_export/output_graph.pb
2018-09-11 15:55:50.668099: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2018-09-11 15:55:50.741635: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:892] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2018-09-11 15:55:50.741847: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1030] Found device 0 with properties:
name: GeForce GTX 1050 Ti major: 6 minor: 1 memoryClockRate(GHz): 1.43
pciBusID: 0000:01:00.0
totalMemory: 3.94GiB freeMemory: 2.96GiB
2018-09-11 15:55:50.741860: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX 1050 Ti, pci bus id: 0000:01:00.0, compute capability: 6.1)
Not found: Op type not registered ‘BlockLSTM’ in binary running on m1ckyro5a. Make sure the Op and Kernel are registered in the binary running in this process.
Loaded model in 0.120s.
Loading language model from files data/lm.binary data/trie
Loaded language model in 0.238s.
Running inference.
Segmentation fault (core dumped)

I am trying to test my model and get this error.

That’s some inconsistency on the side of trained model / deepspeech binaries. Make sure you are using v0.2.0-alpha.9 ones. Please document how you installed ?

1 Like

Install deepspeech==0.2.0a9