-
Notifications
You must be signed in to change notification settings - Fork 3
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
Module not found "Speech Commands" #2
Comments
The "speech_commands.input_data" module appears to be part of the TensorFlow Speech Command Recognition example code, which can be found in the TensorFlow GitHub repository. You can find the "AudioProcessor" class by navigating to the following path in the repository: tensorflow/examples/speech_commands/input_data.py Once you've located the input_data.py file, you can import the AudioProcessor class using the following code:
Make sure that you have TensorFlow installed and that you have downloaded the Speech Commands dataset before attempting to use this code. |
ok. can you please provide me the requirement.txt file; because in colab, i am facing version issues; |
It generates this error and i have downloaded the dataset File "downstream_kws.py", line 263, in |
From where i can find this speech_commands folder/file
from speech_commands.input_data import AudioProcessor
The text was updated successfully, but these errors were encountered: