examples
examples copied to clipboard
TensorFlow examples
Updated Python minimum version to 3.7 at line 13 and 21.
Added explanation of seed parameter - Fixes #35677 Fresh PR with reference to PR[ #142](https://github.com/tensorflow/examples/pull/142)
Added an optional parameter that allows passing a path to a checkpoint file when calling objectdetector.create() If a checkpoint path is passed, the underlying tf.keras.model will load the model weights...
Fixed broken links in image_classification/IOS at Image_classification hyper links at line 6 and 17.
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Added working link instead of broken links for app example screenshots. Added it as hyperlink instead of embedding the complete screenshot.
Updating the Python minimum version from 3.5 to 3.7 as per website.https://www.tensorflow.org/install
Fixes https://github.com/tensorflow/tensorflow/issues/56255
…priate to the iOS documentation