From 6a100018820e4ab32ca56e6830762d3f199e9a39 Mon Sep 17 00:00:00 2001 From: Laxma Reddy Patlolla Date: Mon, 26 Feb 2024 22:49:45 +0000 Subject: [PATCH 1/2] Updated Readme.md file for examples and tutorials related to NLP and Vision using TensorFlow Model Garden --- official/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/official/README.md b/official/README.md index 0235710b2c..7a5e978dbc 100644 --- a/official/README.md +++ b/official/README.md @@ -161,6 +161,13 @@ release with the latest changes. * [tf-models-no-deps](https://pypi.org/project/tf-models-no-deps/): without `tensorflow` and `tensorflow-text` in the `install_requires` list. +### Examples and Tutorials + +Get started with TensorFlow Model Garden by exploring the provided examples and tutorials: + +[NLP](https://www.tensorflow.org/tfmodels/nlp) +[Vision](https://www.tensorflow.org/tfmodels/vision/image_classification) + ## Contributions If you want to contribute, please review the [contribution guidelines](https://github.com/tensorflow/models/wiki/How-to-contribute). From 5304a2083b48704c188499b02b22cc81b1502430 Mon Sep 17 00:00:00 2001 From: Laxma Reddy Patlolla Date: Mon, 26 Feb 2024 23:16:46 +0000 Subject: [PATCH 2/2] Update Readme.md file for examples and tutorials related to NLP and Vision using TensorFlow Model Garden --- official/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/official/README.md b/official/README.md index 7a5e978dbc..6b25fec103 100644 --- a/official/README.md +++ b/official/README.md @@ -165,8 +165,12 @@ release with the latest changes. Get started with TensorFlow Model Garden by exploring the provided examples and tutorials: -[NLP](https://www.tensorflow.org/tfmodels/nlp) -[Vision](https://www.tensorflow.org/tfmodels/vision/image_classification) +* [NLP](https://www.tensorflow.org/tfmodels/nlp) +* [Image classification](https://www.tensorflow.org/tfmodels/vision/image_classification) +* [Object detection](https://www.tensorflow.org/tfmodels/vision/object_detection) +* [Semantic Segmentation](https://www.tensorflow.org/tfmodels/vision/semantic_segmentation) +* [Instance Segmentation](https://www.tensorflow.org/tfmodels/vision/instance_segmentation) + ## Contributions