When downloading images it was never explained where the function Path and download_images came from. When I try to run it, these functions do not exist, do I need to add and import them somehow? They are just not defined at all.
NameError Traceback (most recent call last)
in
----> 1 download_images(path/file, dest, max_pics=200)
NameError: name ‘download_images’ is not defined
I am using Paperspace Gradient, however I could not update fastai library to the last version - it always update to 2.3 version only, and I could get version 3 of the course, so I just cloned the repo from github for course-v3. This may be the reason. However it still would be nice to know, where these function came from.