examples
examples copied to clipboard
TensorFlow examples
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...
By relaxing constraints in requirements.txt and adapting the code to the refactoring of newer versions of `tf-models-official`.
There was a serious issue while installing the latest tflite_model_maker version. Resolved the package version conflicting issue by widening the package versions. I've check for the model maker, it is...
### Modernize Gradle Configuration, Dependencies, and Upgrade to Gradle 8.1.4 This pull request resolves build issues and modernizes the project's build system by: - Upgrading Gradle to 8.1.4 and using...
Fixed `download_models.sh` to correctly install models. I noticed that the models are not downloaded correctly when built locally. `movenet_lighting.tflite` and `movenet_thunder.tflite` are downloaded as HTML files. So I `fixed download_models.sh`...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.2 to 2.12.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.12.1 Release 2.12.1 Bug Fixes and Other Changes The use of the ambe config to build and...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.12.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.12.1 Release 2.12.1 Bug Fixes and Other Changes The use of the ambe config to build and...
Bumps [keras](https://github.com/keras-team/keras) from 2.2.0 to 2.13.1. Release notes Sourced from keras's releases. Keras Release 2.13.1 What's Changed Fix timeseries_dataset_from_array counts when sequence_stride > 1 by @basjacobs93 in keras-team/keras#17396 Fix doc...
I have updated a few of the typos in TF documentation. Please have a look at this and do the needful. Thank you!