Skip to content
Advertisement

Tag: speech-recognition

Invalid argument: Dimension -972891 must be >= 0

I have created a data pipeline using tf.data for speech recognition using the following code snippets: These snippets are borrowed from https://www.tensorflow.org/tutorials/audio/simple_audio#build_and_train_the_model. And my model is defined as below: When I start training process this error appears after a few iterations: Answer I have found that the issue happened in the padding step, I mean I’ve replaced the padding step

How to install PyAudio 0.2.11 Fedora

I want to use the SpeechRecognition library for Python, but when I try to run a program that uses the microphone, which I intend to do, I get the error “PyAudio 0.2.11 or later is required (found version 0.2.9)” So I did some digging and found how to install that using apt-get. Unfortunately I run Fedora 26, so I have

Advertisement