note: ignore the implementation details of class DataLoaders; you only need to know that it has a .train and a .valid, each of which are DataLoaders that take filenames and give batches of (image, label) pairs.
If you want to replicate the code, use duckduckgo instead of trying to get a Bing API key.
note: The first hour of FastAI Course Lecture 3 finishes up this chapter’s material. The first 12 or so minutes may be particularly helpful at this point.
Complete the preparation quiz in Moodle.
Optional Supplemental Material
Read the paper that introduced a well-known dataset: ImageNet, Microsoft COCO, MNIST, etc.