Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. from fastai.widgets import *
  2.  
  3. path = './data' # where to store dowloaded data
  4. os.makedirs(path, exist_ok=True) # if necessary, create directory
  5.  
  6. ImageDownloader(path) # run application
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement