This is on lesson 1 and I am trying to get started and stuck on confusions here. Would be great if someone could help !
Confusion 1: In the DataBlock we have provided ImageBlock, CategoryBlock, get_image_files, parent_label etc but these are not objects provided. How does this work.
In the first pass I am trying to run just as it but go this error ValueError: This DataLoader does not contain any batches
the ImageBlock, CategoryBlock are objects of fastai. I will read the tutorial of documentation here : fastai - Data block tutorial
Since I am working on Google Colab and mounted the drive, I should use that path.
and the number of images should have been more. Resolving both of these I did not get an error.