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
DL_PyTorch/Part 7 - Loading Image Data.ipynb
Line 42 in ff9bf7a
DL_PyTorch/Part 7 - Loading Image Data.ipynb
Line 63 in ff9bf7a
DL_PyTorch/Part 7 - Loading Image Data.ipynb
Line 101 in ff9bf7a
By naming the transform; transforms, we are overwriting the imported library; transforms.
DL_PyTorch/Part 7 - Loading Image Data.ipynb
Line 30 in ff9bf7a
I'm not sure if this was an intentional error left in as part of the lesson