examples
examples copied to clipboard
TensorFlow examples
Hello Everyone, I want to implement on-device training for the digit Recognition App. I don't understand how to customize the Model Personalization for the digits training and inference. I would...
I tried running the object detection example provided in the examples library of tensorflow lite but it gave me an error (Error 1) that I could not solve no matter...
The README in the sound classification example incorrectly says to enable permissions for the camera and point the camera at different objects to classify them. The camera is not used...
Fixed the installation issues for tflite model maker.
The input tensor to the interpreter needs to be resized to take `1x50x50x3` image else it is throwing the dimension mismatch error. Thanks.
l06c03 and l06c03 have a broken link got `tf_flowers` TensorFlow Datasets documentation (404). Update with valid URL
This is a tensorflow example on complete analysis of MNIST data using different deep learning techniques and understanding which works better.
I executed the TensorFlow pose_estimation.py on my raspberry pi 4 last weekend. However, an error popped out when I added `--model_name movenet_multipose` behind pose_estimation.py. It said `--model model_name`. After reviewing...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...