STT-tensorflow/tensorflow/examples/speech_commands
A. Unique TensorFlower 985ad0276a PY2 removal cleanup
PiperOrigin-RevId: 352907145
Change-Id: I82de30d92dc9c2b53215d6d5732c67afe339c23d
2021-01-20 17:11:44 -08:00
..
accuracy_utils_test.cc
accuracy_utils.cc
accuracy_utils.h
accuracy_utils.py
BUILD PY2 removal cleanup 2021-01-20 17:11:44 -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
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
models.py
README.md
recognize_commands_test.cc
recognize_commands.cc
recognize_commands.h
recognize_commands.py
test_streaming_accuracy.cc
test_streaming_accuracy.py
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 #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.