From 71bcb12199392336bf37905295c0f01ff1a3f683 Mon Sep 17 00:00:00 2001 From: Pranoy Dev Date: Fri, 14 Dec 2018 21:02:40 +0530 Subject: [PATCH] Corrected typo on line 73 Line 73 had the word "trainforms" changed it to "transforms" --- Image Classifier Project.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Image Classifier Project.ipynb b/Image Classifier Project.ipynb index eec7a117..0bd91876 100644 --- a/Image Classifier Project.ipynb +++ b/Image Classifier Project.ipynb @@ -70,7 +70,7 @@ "# TODO: Load the datasets with ImageFolder\n", "image_datasets = \n", "\n", - "# TODO: Using the image datasets and the trainforms, define the dataloaders\n", + "# TODO: Using the image datasets and the transforms, define the dataloaders\n", "dataloaders = " ] },