Learn practical skills, build real-world projects, and advance your career
cognitiveclass.ai logo

Image Datasets and Transforms

Objective

  • How to build a image dataset object.
  • How to perform pre-build transforms from Torchvision Transforms to the dataset. .

Table of Contents

In this lab, you will build a dataset objects for images; many of the processes can be applied to a larger dataset. Then you will apply pre-build transforms from Torchvision Transforms to that dataset.

Estimated Time Needed: 25 min


Preparation