colabs
colabs copied to clipboard
This repository holds the Google Colabs for the EdX TinyML Specialization
The 3-3-12-QAT.ipynb doesn't work due to some changes in the library. The original TensorFlow notebook has some updates that fixes it. https://colab.research.google.com/github/tensorflow/model-optimization/blob/master/tensorflow_model_optimization/g3doc/guide/quantization/training_example.ipynb https://github.com/tensorflow/model-optimization/blob/master/tensorflow_model_optimization/g3doc/guide/quantization/training_example.ipynb
I am attending the HarvardX TinyML3 class and tried to deploy a custom KWS to the Arduino Nano 33, which failed. Steps to Reproduce 1. Ran the Colab notebook 3-5-18-TrainingKeywordSpotting.ipynb...