Preparing and handling data is a core step of any machine learning pipeline. Today, we will look at handling data when the data is an image (or image-like) in PyTorch.
PyTorch and Torchvision
PyTorch provides us with the amazing torchvision
package for dealing with common image transformations such as normalizing …