Hello!
I would like to use the datasets of the course to train my neural network. I have downloaded the files and moved it it into the same folder in my own notebook yet jupyter still failed to read it. Please show me how should I execute the process.
Thanks,
John.
Well, what is that error message referring to? It’s not the dataset files, right? It’s the file public_tests.py
. If you’re going to run the notebooks “as is” on your local machine you have to download all the files, not just the data input files. There’s a topic about how to do that on the DLS FAQ Thread.
The first rule of debugging is “believe the error message”. If you don’t understand what it means, that is the first problem you need to solve. 
2 Likes