From e9db3aefb0a574194524f10bc0dcf8db23b290dc Mon Sep 17 00:00:00 2001 From: Tom Limbaugh Date: Thu, 30 Oct 2025 10:38:57 -0400 Subject: [PATCH] replaced underscore with hyphen in pip install command for tensorflow-datasets --- .../l03c01_classifying_images_of_clothing.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/courses/udacity_intro_to_tensorflow_for_deep_learning/l03c01_classifying_images_of_clothing.ipynb b/courses/udacity_intro_to_tensorflow_for_deep_learning/l03c01_classifying_images_of_clothing.ipynb index 32e70d43ceb..df8227856b8 100644 --- a/courses/udacity_intro_to_tensorflow_for_deep_learning/l03c01_classifying_images_of_clothing.ipynb +++ b/courses/udacity_intro_to_tensorflow_for_deep_learning/l03c01_classifying_images_of_clothing.ipynb @@ -120,7 +120,7 @@ }, "outputs": [], "source": [ - "!pip install -U tensorflow_datasets" + "!pip install -U tensorflow-datasets" ] }, { @@ -188,7 +188,7 @@ " alt=\"Fashion MNIST sprite\" width=\"600\">\n", " \n", " \n", - " Figure 1. Fashion-MNIST samples (by Zalando, MIT License).
\u0026nbsp;\n", + " Figure 1. Fashion-MNIST samples (by Zalando, MIT License).
 \n", " \n", "\n", "\n",