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

Support large images #8

Open
t-rad679 opened this issue Feb 6, 2020 · 0 comments
Open

Support large images #8

t-rad679 opened this issue Feb 6, 2020 · 0 comments
Assignees

Comments

@t-rad679
Copy link
Owner

t-rad679 commented Feb 6, 2020

Large images make tensorflow run OOM.

The biggest thing on the internet these days is to break the image down into smaller chunks, run the algorithm on those chunks, then glomp em back together. We can try this.

If anybody wants to look into reconfiguring tensorflow so that this doesn't happen, perhaps through changing memory settings or something about "streaming", be my guest. Also you can try just getting a really expensive GPU if you really want

It might be nice to have both of these options available, since, if the latter succeeds, some machines might not be able to run it

@t-rad679 t-rad679 self-assigned this Feb 6, 2020
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

1 participant