Open Bjarten opened 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
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