udacity / DL_PyTorch

Code for the Deep Learning with PyTorch lesson
MIT License
361 stars 370 forks source link

fix typo in part 7 #4

Open Bjarten opened 6 years ago

Bjarten commented 6 years ago

https://github.com/udacity/DL_PyTorch/blob/ff9bf7ad7b909621b52c570e3505618af8407e8c/Part%207%20-%20Loading%20Image%20Data.ipynb#L42 https://github.com/udacity/DL_PyTorch/blob/ff9bf7ad7b909621b52c570e3505618af8407e8c/Part%207%20-%20Loading%20Image%20Data.ipynb#L63 https://github.com/udacity/DL_PyTorch/blob/ff9bf7ad7b909621b52c570e3505618af8407e8c/Part%207%20-%20Loading%20Image%20Data.ipynb#L101

By naming the transform; transforms, we are overwriting the imported library; transforms.

https://github.com/udacity/DL_PyTorch/blob/ff9bf7ad7b909621b52c570e3505618af8407e8c/Part%207%20-%20Loading%20Image%20Data.ipynb#L30

I'm not sure if this was an intentional error left in as part of the lesson