examples
examples copied to clipboard
TensorFlow examples
The example for object detection can now be build with the newest android studio
This PR updates the TensorFlow Lite BERT QA Android app to support modern Android SDKs: - Upgraded to Gradle 8.7, AGP 8.5.0, Kotlin 1.9.20. - Updated compileSdk and targetSdk to...
Existing code had a issue for dataset directory and also the current version of tensorflow 2.0 deprecated fit_generator and introduced fit method for the same functionality.
Bumps [keras](https://github.com/keras-team/keras) from 2.2.0 to 3.9.0. Release notes Sourced from keras's releases. Keras 3.9.0 New features Add new Keras rematerialization API: keras.RematScope and keras.remat. It can be used to turn...
In order to fix the following error : `Traceback (most recent call last): File "/dev/examples/courses/hands-on/l02c01_celsius_to_fahrenheit.py", line 31, in print(model.predict([100.0])) File "/dev/examples/.venv/lib/python3.9/site-packages/keras/src/utils/traceback_utils.py", line 122, in error_handler raise e.with_traceback(filtered_tb) from None File...