I have the same problem.
I trained a new model without errors, but when I try to classify I get the following error:
(deepspeech-venv) oscar@ubuntuDS:~$ deepspeech ~/Documentos/SpeechToText/Resultados/model_export/output_graph.pb ~/Documentos/SpeechToText/AudioFiles/khz16/SmallAudioFiles/s1_stream0.wav001.wav ~/Documentos/SpeechToText/alphabet_pt.txt
Loading model from file /home/oscar/Documentos/SpeechToText/Resultados/model_export/output_graph.pb
2018-04-10 21:18:29.318900: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
Loaded model in 0.050s.
Running inference.
2018-04-10 21:18:29.653385: E tensorflow/core/framework/op_segment.cc:53] Create kernel failed: Invalid argument: NodeDef mentions attr 'identical_element_shapes' not in Op<name=TensorArrayV3; signature=size:int32 -> handle:resource, flow:float; attr=dtype:type; attr=element_shape:shape,default=<unknown>; attr=dynamic_size:bool,default=false; attr=clear_after_read:bool,default=true; attr=tensor_array_name:string,default=""; is_stateful=true>; NodeDef: bidirectional_rnn/bw/bw/TensorArray_1 = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=[?,750], identical_element_shapes=true, tensor_array_name="bidirectional_rnn/bw/bw/dynamic_rnn/input_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](bidirectional_rnn/bw/bw/TensorArrayUnstack/strided_slice). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
2018-04-10 21:18:29.653513: E tensorflow/core/common_runtime/executor.cc:643] Executor failed to create kernel. Invalid argument: NodeDef mentions attr 'identical_element_shapes' not in Op<name=TensorArrayV3; signature=size:int32 -> handle:resource, flow:float; attr=dtype:type; attr=element_shape:shape,default=<unknown>; attr=dynamic_size:bool,default=false; attr=clear_after_read:bool,default=true; attr=tensor_array_name:string,default=""; is_stateful=true>; NodeDef: bidirectional_rnn/bw/bw/TensorArray_1 = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=[?,750], identical_element_shapes=true, tensor_array_name="bidirectional_rnn/bw/bw/dynamic_rnn/input_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](bidirectional_rnn/bw/bw/TensorArrayUnstack/strided_slice). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
[[Node: bidirectional_rnn/bw/bw/TensorArray_1 = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=[?,750], identical_element_shapes=true, tensor_array_name="bidirectional_rnn/bw/bw/dynamic_rnn/input_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](bidirectional_rnn/bw/bw/TensorArrayUnstack/strided_slice)]]
Error running session: Invalid argument: NodeDef mentions attr 'identical_element_shapes' not in Op<name=TensorArrayV3; signature=size:int32 -> handle:resource, flow:float; attr=dtype:type; attr=element_shape:shape,default=<unknown>; attr=dynamic_size:bool,default=false; attr=clear_after_read:bool,default=true; attr=tensor_array_name:string,default=""; is_stateful=true>; NodeDef: bidirectional_rnn/bw/bw/TensorArray_1 = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=[?,750], identical_element_shapes=true, tensor_array_name="bidirectional_rnn/bw/bw/dynamic_rnn/input_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](bidirectional_rnn/bw/bw/TensorArrayUnstack/strided_slice). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
[[Node: bidirectional_rnn/bw/bw/TensorArray_1 = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=[?,750], identical_element_shapes=true, tensor_array_name="bidirectional_rnn/bw/bw/dynamic_rnn/input_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](bidirectional_rnn/bw/bw/TensorArrayUnstack/strided_slice)]]
None
Inference took 0.280s for 78.755s audio file.
(deepspeech-venv) oscar@ubuntuDS:~$
I read all the post and got the client by:
(deepspeech-venv) oscar@ubuntuDS:~/Documentos/SpeechToText$ wget -O - https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.master.cpu/artifacts/public/deepspeech-0.1.1.tgz | tar xvfz -
I also checked the version of everything:
(deepspeech-venv) oscar@ubuntuDS:~/DeepSpeech$ pip list
Package Version
----------------- -----------
absl-py 0.1.13
astor 0.6.2
backports.weakref 1.0rc1
beautifulsoup4 4.6.0
bleach 1.5.0
boost 0.1
bs4 0.0.1
certifi 2018.1.18
chardet 3.0.4
decorator 4.2.1
deepspeech 0.1.1
enum34 1.1.6
funcsigs 1.0.2
futures 3.2.0
gast 0.2.0
grpcio 1.10.1
html5lib 0.9999999
idna 2.6
Markdown 2.6.11
Mastodon.py 1.2.2
mock 2.0.0
numpy 1.14.2
pandas 0.22.0
pbr 4.0.1
pip 10.0.0b2
pkg-resources 0.0.0
protobuf 3.5.2.post1
python-dateutil 2.7.2
pytz 2018.3
pyxdg 0.26
requests 2.18.4
scipy 1.0.1
setuptools 39.0.1
six 1.11.0
SQLAlchemy 1.2.6
tensorboard 1.6.0
tensorflow 1.6.0
termcolor 1.1.0
Unidecode 1.0.22
urllib3 1.22
Werkzeug 0.14.1
wheel 0.31.0
I don’t know where the error is, could you help me please?