Image Classification using FASTAI -- Tutorial Pt. 2
Today, we'll be going through the second and final part of the image classification tutorial! As a brief review of the last tutorial, we covered how to pass our dataset into a dataloader which we will be using today for the model learning and fine-tuning. Here's a recap of the last code used: This is what we've been waiting for! We want to create a model that is able to distinguish the different pet breeds in our dataset. I have to admit that it took me a while to fully understand this because there are just so many improvements you can make as you fit the model.
Feb-6-2022, 06:55:05 GMT