examples
examples copied to clipboard
TensorFlow examples
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.2 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...
Recently I tried installing this repo through pip, and it failed with the following message: ``` raise InvalidVersion(f"Invalid version: '{version}'") pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: 'b4eb09b4a3d167557d999723f7c2ed0d53a1bb7d-' ``` After some googling, I found...
Added missing link (Codelab Keras and TensorFlow Lite) in the Android readme file, also adjusted for correct display of the link.
Add TFLite generative AI Android example https://codelabs.developers.google.com/kerasnlp-tflite#0
The child class (ObjectDetector) can call the summary method, but the model variable used within the method, self.model is only accessible after running the child method create_model
Fixed the broken links for Colab for image classification, Colab for text classification, Colab for BERT question answer & Colab for object detection
fixed typos in doc/comments/code/attribute name (incl. reformatting/unification of doc)
Correct misspelled documentation in class doc strings.