学習の流れ
参考URL
[Micro Speech Training]
https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/micro_speech/train
[Train a Simple Audio Recognition Model]
https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/examples/micro_speech/train/train_micro_
speech_model.ipynb
学習用のJupyterNotebookを使います
1. ねこの声を集める
2. 1秒の長さに切り取る
3. データを水増しする
4. Docker上で動くTensorflowのコンテナで学習
5. 学習モデルを小さくしてマイコンボードに入れる