I trained my own data , it train very well.
but when i predict by using following command
(deepspeech-venv) shubh@shubh-Lenovo-Flex-2-14:~/Downloads/DeepSpeech$ deepspeech models/output_graph.pbmm models/alphabet.txt
it get 8195 error.
TensorFlow: v1.13.1-10-g3e0cc53
DeepSpeech: v0.5.1-0-g4b29b78
Warning: reading entire model file into memory. Transform model file into an mmapped graph to reduce heap usage.
2019-11-19 11:23:13.351350: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-11-19 11:23:13.497345: E tensorflow/core/framework/op_kernel.cc:1325] OpKernel (âop: âUnwrapDatasetVariantâ device_type: âCPUââ) for unknown op: UnwrapDatasetVariant
2019-11-19 11:23:13.497400: E tensorflow/core/framework/op_kernel.cc:1325] OpKernel (âop: âWrapDatasetVariantâ device_type: âGPUâ host_memory_arg: âinput_handleâ host_memory_arg: âoutput_handleââ) for unknown op: WrapDatasetVariant
2019-11-19 11:23:13.497411: E tensorflow/core/framework/op_kernel.cc:1325] OpKernel (âop: âWrapDatasetVariantâ device_type: âCPUââ) for unknown op: WrapDatasetVariant
2019-11-19 11:23:13.497533: E tensorflow/core/framework/op_kernel.cc:1325] OpKernel (âop: âUnwrapDatasetVariantâ device_type: âGPUâ host_memory_arg: âinput_handleâ host_memory_arg: âoutput_handleââ) for unknown op: UnwrapDatasetVariant
Specified model file version (0) is incompatible with minimum version supported by this client (1). See https://github.com/mozilla/DeepSpeech/#model-compatibility for more information
Traceback (most recent call last):
File â/home/shubh/tmp/deepspeech-venv/bin/deepspeechâ, line 8, in
sys.exit(main())
File â/home/shubh/tmp/deepspeech-venv/lib/python3.6/site-packages/deepspeech/client.pyâ, line 88, in main
ds = Model(args.model, N_FEATURES, N_CONTEXT, args.alphabet, BEAM_WIDTH)
File â/home/shubh/tmp/deepspeech-venv/lib/python3.6/site-packages/deepspeech/init.pyâ, line 23, in init
raise RuntimeError(âCreateModel failed with error code {}â.format(status))
RuntimeError: CreateModel failed with error code 8195
i used:
Tensorflow 1.14.0 but when i used deepspeech --v it shows 1.13.0
and used 0.6.0 binary files
i was unable to download convert graphdef _ 1.13 version so i downloaded 1.14 convert graphdef and then run .
please help
thanx in advance