STT-tensorflow/tensorflow/examples/speech_commands
Pete Warden 314b503bd2 Add SavedModel support to speech commands training
PiperOrigin-RevId: 307691321
Change-Id: Ib52d1bf5537835ce56db11b074a0f3df9c3f9206
2020-04-21 15:24:55 -07:00
..
accuracy_utils_test.cc Speech keyword detector tutorial 2017-08-11 14:34:09 -07:00
accuracy_utils.cc Speech keyword detector tutorial 2017-08-11 14:34:09 -07:00
accuracy_utils.h Remove THIRD_PARTY_ from #include guards 2018-01-24 14:31:28 -08:00
accuracy_utils.py Merge pull request #36743 from foldl:make-speech-command-v2-compat 2020-02-19 14:23:08 -08:00
BUILD Update speech_commands example: Code cleanup by resolving warnings and errors. 2020-02-21 20:07:46 -08: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 Updated examples/ to use tstring. 2019-08-12 19:53:00 -07:00
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 Port TensorFlow Lite micro_speech example to Arduino and add Colab for training 2019-08-02 12:21:50 -07:00
recognize_commands_test.cc Speech keyword detector tutorial 2017-08-11 14:34:09 -07:00
recognize_commands.cc Speech keyword detector tutorial 2017-08-11 14:34:09 -07:00
recognize_commands.h Remove THIRD_PARTY_ from #include guards 2018-01-24 14:31:28 -08:00
recognize_commands.py minor spelling tweaks 2020-01-16 14:36:52 +09:00
test_streaming_accuracy.cc Fix bug in test_streaming_accuracy.cc 2018-12-28 14:09:30 +00:00
test_streaming_accuracy.py Merge pull request #36743 from foldl:make-speech-command-v2-compat 2020-02-19 14:23:08 -08:00
train_test.py PR #32792: Add momentum optimizer option to speech_commands 2019-10-10 20:54:48 -07:00
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 #36655 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.