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

prediction is really slow with lots of images #21

Open
abfleishman opened this issue Sep 10, 2018 · 0 comments
Open

prediction is really slow with lots of images #21

abfleishman opened this issue Sep 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@abfleishman
Copy link

Prediction is rather slow, greatly slowing down the workflow when there are many images. for instance, I have 6,446 images in my container and it takes >45 minutes to predict (that is an estimate).
It would be great if we could speed this up.

Ideas:

  • only predict on unlabeled images/test set (predict on test for metrics and unlabeled images only #17)
  • only predict on the above plus non-NULL labeled images i.e. images that have something in them
  • predict on a random (10xdownload_number) unlabeled images and sample the download_number from them?
@yashpande yashpande added the enhancement New feature or request label Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants