Deep Intuition about Image Classification : Building a Pet breeds classifier
Pet Breeds classification
this task is actually more challenging than the cat/dog example.
#download the dataset
from fastbook import *
path = untar_data(URLs.PETS)
pets = DataBlock(blocks=(ImageBlock, CategoryBlock), get_items=get_image_files,
...
aymene.hashnode.dev3 min read