Hello, community,
I’ve noticed a small defect in this week’s ungraded lab 3 (saliency maps, code here)
There is a cell where you run the wget
command to download the example image. In that same cell, there is a commented command to download what, in theory, should be an alternative image (I thought of Laurence’s Tabby Cat example in the video). Still, I’ve noticed that instead is the very same image URL, as you can see below:
!wget -O image.jpg https://cdn.pixabay.com/photo/2018/02/27/14/11/the-pacific-ocean-3185553_960_720.jpg
# If you want to try the cat, uncomment this line
# !wget -O image.jpg https://cdn.pixabay.com/photo/2018/02/27/14/11/the-pacific-ocean-3185553_960_720.jpg
Although anyone could plug the image they wanted, I figured I would mention it so it can, hopefully, be addressed for future learners.
I think the image used by Laurence was https://cdn.pixabay.com/photo/2017/02/20/18/03/cat-2083492_1280.jpg
Many thanks for considering my request.