deepspeech-rs icon indicating copy to clipboard operation
deepspeech-rs copied to clipboard

Running client.rs example error

Open bhamilton2591 opened this issue 5 years ago • 3 comments

pi@Pi48GB01:~/deepspeech-rs $ cargo run --example client ../Downloads/deepspeech-0.7.0-models.pbmm ../Downloads/audio/2830-3980-0043.wav Finished dev [unoptimized + debuginfo] target(s) in 0.10s Running target/debug/examples/client ../Downloads/deepspeech-0.7.0-models.pbmm ../Downloads/audio/2830-3980-0043.wavTensorFlow: v1.15.0-24-gceb46aa DeepSpeech: v0.7.0-0-g3fbbca2 ERROR: Could not open '../Downloads/deepspeech-0.7.0-models.pbmm/output_graph.pb'. Error at reading model file ../Downloads/deepspeech-0.7.0-models.pbmm/output_graph.pb thread 'main' panicked at 'calledResult::unwrap()on anErrvalue: ()', examples/client.rs:32:17 note: run withRUST_BACKTRACE=1 environment variable to display a backtrace

I'm wondering if I'm using the wrong models but I don't find any others. Any suggestions on what I'm doing wrong?

Thanks, Bill

bhamilton2591 avatar Jul 09 '20 19:07 bhamilton2591

have you solved this already?

magungh1 avatar Mar 16 '21 10:03 magungh1

I was able to get everything to install without error but it would throw errors even running the examples. The error messages would incredibly obscure, never indicating where nor what the error was.

I finally abandoned it.

On Mar 16, 2021, at 6:37 AM, Muhammad Agung Hambali @.***> wrote:

 have you solved this already?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bhamilton2591 avatar Mar 16 '21 11:03 bhamilton2591

Okay

magungh1 avatar Mar 17 '21 06:03 magungh1