I am receiving an error while using the function “Download_images”. The error is about invalid directory or filename but I do have both the path and file present.
Prior to this function call the previous statements for path, dest and path.ls worked fine.
download_images(path/file, dest, max_pics=200)
Error is[Errno 2] No such file or directory: ‘courses/fast-ai/course-v3/nbs/dl1/data/bears/urls_grizzly.txt’
Path value is courses/fast-ai/course-v3/nbs/dl1/data/bears/.
File value is urls_grizzly.txt.
Folder value to copy the jpeg files is grizzly.
See the upload for details.