Manas Mohanty
Manas Mohanty
Proposing to remove extra commas after x_train at 153 and 191 to avoid converting the values to tuple ones.
Updated Minimum Python version to 3.7 at line 13 for model_personalization
Fixed broken link from Image_classification at line 17 and 24
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)
Fixed broken links in image_classification/IOS at Image_classification hyper links at line 6 and 17.
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
Replaced tf.keras.mixed_precision.experimental.set_policy with tf.keras.mixed_precision.set_global_policy and tf.keras.mixed_precision.experimental.Policy with tf.keras.mixed_precision.Policy . Ref- https://github.com/tensorflow/tensorflow/releases (as per 2.9 release notes)
Here the text location of broken link [efficientnet_weight_update_util.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/keras/applications/efficientnet_weight_update_util.py) Could not find the official link to make a PR . Unofficial link - https://github.com/MarkusRosen/keras-efficientnet-regression/blob/master/efficientnet_weight_update_util.py