The Dataset Class
Learn about the dataset class.
We'll cover the following...
To work with images from the CelebA dataset we’ll need to modify the Dataset class that we used with the MNIST images.
The CelebADataset
class
The changes are fairly simple ...