fastai - using 'untar_data' function in kaggle kernel
I have recently started with fastai lesson 1 and I am using kaggle to run the course notebooks. While going through the ‘lesson1-pets’ notebook we use untar_data(URLs.PETS)
to get the data.
What I want to understand is where does this data get downloaded to?
As I can observe, after running the untar_data(URLs.PETS)
function, it says downloading… ,the data gets downloaded, but nothing gets added to the data section of kaggle kernel.
Note: I am able to run the whole notebook in kaggle and just want to understand the working of untar_data function.
Topic fastai numpy computer-vision pandas dataset
Category Data Science