From e88cdcc3feaa2592fec4a791986a0ed508bc2392 Mon Sep 17 00:00:00 2001
From: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com>
Date: Fri, 1 Nov 2019 21:21:03 -0700
Subject: [PATCH 1/3] Update pip install guide in README.md

Clarify that the GPU package works with Ubuntu and Windows only - same as in this pip install guide https://www.tensorflow.org/install/pip
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 84566395d2e..9aaba750f43 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ $ pip install tensorflow
 ```
 
 Use the GPU package for
-[CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu):
+[CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu) *(Ubuntu and Windows)*:
 
 ```
 $ pip install tensorflow-gpu

From d2f86f50a5e6ccc27c9d9f2e344c5c94acaceafa Mon Sep 17 00:00:00 2001
From: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com>
Date: Fri, 1 Nov 2019 21:30:25 -0700
Subject: [PATCH 2/3] Update resources in README.md

Add "Intro to TensorFlow for Deep Learning" by TensorFlow and Udacity with a link
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9aaba750f43..74f6c1b8b52 100644
--- a/README.md
+++ b/README.md
@@ -131,6 +131,7 @@ Build Type
 *   [TensorFlow official models](https://github.com/tensorflow/models/tree/master/official)
 *   [TensorFlow examples](https://github.com/tensorflow/examples)
 *   [TensorFlow in Practice from Coursera](https://www.coursera.org/specializations/tensorflow-in-practice)
+*   [Intro to TensorFlow for Deep Learning](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187)
 *   [TensorFlow blog](https://blog.tensorflow.org)
 *   [TensorFlow Twitter](https://twitter.com/tensorflow)
 *   [TensorFlow YouTube](https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ)

From 942ec196dced3023a7528d740c9d57fafda45b34 Mon Sep 17 00:00:00 2001
From: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com>
Date: Fri, 1 Nov 2019 21:33:48 -0700
Subject: [PATCH 3/3] Update Resources in README.md

- Add second Udacity course - Intro to TF Lite by TensorFlow Lite and Udacity - with a link;
- Add "from Udacity" to Intro to TF for Deep Learning's description;
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 74f6c1b8b52..b0b04766f03 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,8 @@ Build Type
 *   [TensorFlow official models](https://github.com/tensorflow/models/tree/master/official)
 *   [TensorFlow examples](https://github.com/tensorflow/examples)
 *   [TensorFlow in Practice from Coursera](https://www.coursera.org/specializations/tensorflow-in-practice)
-*   [Intro to TensorFlow for Deep Learning](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187)
+*   [Intro to TensorFlow for Deep Learning from Udacity](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187)
+*   [Introduction to TensorFlow Lite from Udacity](https://www.udacity.com/course/intro-to-tensorflow-lite--ud190)
 *   [TensorFlow blog](https://blog.tensorflow.org)
 *   [TensorFlow Twitter](https://twitter.com/tensorflow)
 *   [TensorFlow YouTube](https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ)