How to set the path to the dataset?

image
image
like the above-mentioned screenshots, I have tried to set the path but I couldn’t, anyone please help me out to set the path

1 Like

I’ve used untar_data() with the name of the folder. The folder MUST be in a subdirectory of where your Jupyter Notebook is, and the subdirectory must be called data (as you have in your example).

So you would just need to move your data folder to be a subdirectory of whatever directory your notebook is in and then run:

PATH = untar_data(‘dogscats’).

Hope this helps.

1 Like



i’ve included the dependencies and tried to get the untar_data
its showing the following error