State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
13.6k
stars
3.24k
forks
source link
Tried with Kaldi-ASR demo, no result comes back #653
I followed the steps https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition. After Server started, I start the client with: scripts/docker/launch_client.sh -p -v.
The client says:
Loading eval dataset...done
Opening GRPC contextes...done
Streaming utterances...Sending correlation_id=1 chunk offset=8160
Sending correlation_id=2 chunk offset=8160
Sending correlation_id=3 chunk offset=8160
Sending correlation_id=4 chunk offset=8160
....
But, it will stopped at "Waiting for all results...", and no results comes back. Why? Do I need to do anything else?
I followed the steps https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition. After Server started, I start the client with: scripts/docker/launch_client.sh -p -v. The client says: Loading eval dataset...done Opening GRPC contextes...done Streaming utterances...Sending correlation_id=1 chunk offset=8160 Sending correlation_id=2 chunk offset=8160 Sending correlation_id=3 chunk offset=8160 Sending correlation_id=4 chunk offset=8160 .... But, it will stopped at "Waiting for all results...", and no results comes back. Why? Do I need to do anything else?