Skip to content

Commit

Permalink
Merge pull request udacity#66 from esteveste/fix_exercise
Browse files Browse the repository at this point in the history
Fixed instructions to make them more clear.
  • Loading branch information
jchernus authored Dec 19, 2018
2 parents 6d5c420 + 48b8343 commit 7ffb19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"\n",
"You can find a list of all [the available transforms here](http://pytorch.org/docs/0.3.0/torchvision/transforms.html). When you're testing however, you'll want to use images that aren't altered (except you'll need to normalize the same way). So, for validation/test images, you'll typically just resize and crop.\n",
"\n",
">**Exercise:** Define transforms for training data and testing data below."
">**Exercise:** Define transforms for training data and testing data below. Leave off normalization for now."
]
},
{
Expand Down

0 comments on commit 7ffb19f

Please sign in to comment.