Replies: 4 comments
-
>>> kdavis |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> EternalAmbiguity |
Beta Was this translation helpful? Give feedback.
-
>>> EternalAmbiguity
[August 15, 2019, 4:10am]
I downloaded the 0.5.1 nuget package for DeepSpeech, then set up a WPF
project similar to the .Net example in the source. I also downloaded the
0.5.1 models from the appropriate release. I try to initialize with
something like:
ds = new DeepSpeechClient.DeepSpeech(); slash
ds.CreateModel('C: slash slash Users??? slash slash Desktop slash slash Deep
Speech slash slash deepspeech-0.5.1-models slash slash output_graph.pbmm', N_CEP, N_CONTEXT,
'C: slash slash Users??? slash slash Desktop slash slash Deep
Speech slash slash deepspeech-0.5.1-models slash slash alphabet.txt', BEAM_WIDTH);
When I hit that piece of the code I get a System.ArgumentException
'Error incompatible model'. I'm not sure what this error means.
The model files are in the appropriate folder -
20.9
Any tips?
[This is an archived TTS discussion thread from discourse.mozilla.org/t/deepspeech-c-windows-error-incompatible-model]
Beta Was this translation helpful? Give feedback.
All reactions