Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation Fault with recognize.py with pre-trained model #114

Open
sanzgiri opened this issue Jan 23, 2019 · 2 comments
Open

Segmentation Fault with recognize.py with pre-trained model #114

sanzgiri opened this issue Jan 23, 2019 · 2 comments

Comments

@sanzgiri
Copy link

I am running the pre-trained model in a docker container. After doing the speech-to-text conversion and printing the output, the code always dumps core.

python recognize.py --file xxx.wav

W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX512F instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.

speech to text conversion shows up here

Segmentation fault (core dumped)

@atanumandal0491
Copy link

You are getting output of only these?? "Segmentation fault (core dumped)". If yes I suggest to use the method for recognize https://github.com/EN10/Speech-to-Text-WaveNet this link. Have you trained or use pre-trained?

@licia-tia
Copy link

😢 Same problem here. Is there any new information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants