Updated 2 years ago
😮 Image Classification: recognizing 37 breeds of cats and dogs
Installing and importing all the necessities:
!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()
from fastbook import *
from fastai.vision.all import *
torch.cuda.is_available()
True
path = untar_data(URLs.PETS)
Path.BASE_PATH = path