I found this code in the fastai course:
path = untar_data(URLs.PETS)/'images'
It downloads a tar file from an url. I have never seen this syntax before (a function call followed by / and string). Can someone please explain what is going on?
I found this code in the fastai course:
path = untar_data(URLs.PETS)/'images'
It downloads a tar file from an url. I have never seen this syntax before (a function call followed by / and string). Can someone please explain what is going on?