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

Add Scalable Batch Inference Scheme #6

Open
jejjohnson opened this issue Feb 15, 2024 · 0 comments
Open

Add Scalable Batch Inference Scheme #6

jejjohnson opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jejjohnson
Copy link
Owner

As one could imagine, applying this at scale can result in many problems. The biggest is memory because we generate many tiles/patches which need to be put back together. A nice feature would be to simply manually create a pyramid scheme whereby we apply xrpatcher on subsets of the larger patch. We can store reconstructed subsets to a cache directory to free up memory.

@jejjohnson jejjohnson added the enhancement New feature or request label Feb 15, 2024
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