STT-tensorflow/tensorflow/examples/speech_commands
A. Unique TensorFlower f5236aa296 BUILD file cleanup
PiperOrigin-RevId: 334697600
Change-Id: I4f22e8c9a3dcd073f037847c8fde99e5ec1f3a35
2020-09-30 16:03:47 -07:00
..
accuracy_utils_test.cc
accuracy_utils.cc
accuracy_utils.h
accuracy_utils.py Merge pull request from foldl:make-speech-command-v2-compat 2020-02-19 14:23:08 -08:00
BUILD BUILD file cleanup 2020-09-30 16:03:47 -07:00
freeze_test.py Add SavedModel support to speech commands training 2020-04-21 15:24:55 -07:00
freeze.py Add SavedModel support to speech commands training 2020-04-21 15:24:55 -07:00
generate_streaming_test_wav_test.py
generate_streaming_test_wav.py Automated rollback of commit 3d6df0985d 2020-02-13 10:10:10 -08:00
input_data_test.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
input_data.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
label_wav_dir.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
label_wav_test.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
label_wav.cc
label_wav.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
models_test.py Fix bug in dropout. 2020-02-18 11:57:30 -08:00
models.py Fix bug in dropout. 2020-02-18 11:57:30 -08:00
README.md
recognize_commands_test.cc
recognize_commands.cc
recognize_commands.h
recognize_commands.py minor spelling tweaks 2020-01-16 14:36:52 +09:00
test_streaming_accuracy.cc
test_streaming_accuracy.py Merge pull request from foldl:make-speech-command-v2-compat 2020-02-19 14:23:08 -08:00
train_test.py
train.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
wav_to_features_test.py Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08:00
wav_to_features.py Merge pull request from foldl:fix-float-wav-data 2020-03-23 07:22:24 -07:00

Speech Commands Example

This is a basic speech recognition example. For more information, see the tutorial at https://www.tensorflow.org/tutorials/sequences/audio_recognition.