microsoft / AI-For-Beginners

12 Weeks, 24 Lessons, AI for All!
https://microsoft.github.io/AI-For-Beginners/
MIT License
33.96k stars 5.64k forks source link

Link to data in lab for lesson 7 (ConvNets) is broken #253

Open tvboelens opened 10 months ago

tvboelens commented 10 months ago

In PetFaces.ipynb the following link is given to a dataset of pet's faces and is broken: https://mslearntensorflowlp.blob.core.windows.net/data/petfaces.tar.gz

KalebKei commented 3 months ago

I know this isn't a fix, but for those, like myself, who needed the files you can use this command: wget https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz

Just know it will come in under the file name images.tar.gz. You can change it, but when you extract the files, they will go into an images directory. After you can just change the directory name. After doing so it worked for me