Deploying TinyML: TensorFlow Lite Flatbuffer Manipulation Example

86 阅读1分钟

In this Colab, we’ll dig a little deeper into the TensorFlow Lite Flatbuffer file format. We’ll load in the Flatbuffer library and the TensorFlow Lite Schema, which will allow us to access and directly modify the weights in the pretrained KWS model manually. You’ll then get to see how your direct modifications impact the final model accuracy using the Speech Commands dataset!

colab.research.google.com/github/tiny…