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

Compute receptive field and tiling automatically #295

Open
jdeschamps opened this issue Dec 6, 2024 · 0 comments
Open

Compute receptive field and tiling automatically #295

jdeschamps opened this issue Dec 6, 2024 · 0 comments
Labels
feature New feature or request

Comments

@jdeschamps
Copy link
Member

jdeschamps commented Dec 6, 2024

Problem

Currently, users have to guess the tiling size and overlaps during prediction. There is a fine balance to have between GPU memory, prediction speed, UNets' pseudo translation-invariance and receptive field.

When it comes to the UNet, the receptive field should be easy to compute, and the constraints on the tiling and overlaps are mathematically well-defined. GPU memory can be guessed in the system and so it should be easy to automatically compute coherent tile and overlap sizes.

References

@jdeschamps jdeschamps added the feature New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant