Skip to content

Instantly share code, notes, and snippets.

@thecaffeinedev
Created December 28, 2019 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thecaffeinedev/994361c7aaf696113257cc185a7b875e to your computer and use it in GitHub Desktop.
Save thecaffeinedev/994361c7aaf696113257cc185a7b875e to your computer and use it in GitHub Desktop.
Remove Images Which can't be opened fastai
for c in classes:
print(c)
verify_images(path/c, delete=True, max_size=500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment