Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search_images_ddg in paperspace is not working #358

Closed
samjoy opened this issue Dec 17, 2020 · 3 comments
Closed

search_images_ddg in paperspace is not working #358

samjoy opened this issue Dec 17, 2020 · 3 comments

Comments

@samjoy
Copy link

samjoy commented Dec 17, 2020

When I try to use search_images_ddg in paperspace using the fastai container, its not working. I am getting an error stating the function is not defined.

@caush
Copy link

caush commented Dec 18, 2020

Try something like

from utils import *
urls = search_images_ddg(u'macao parrot', max_n=200)

@samjoy
Copy link
Author

samjoy commented Dec 18, 2020

yeah that works.
Thanks

@jeffbmartinez
Copy link

In case someone else stumbles up on this, my problem is that I was using the clean/ version of the notebook and utils.py doesn't exist in the folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants