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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid Sampler for Training #513

Closed
MFaizyabAli opened this issue Apr 28, 2021 · 1 comment 路 Fixed by #520
Closed

Grid Sampler for Training #513

MFaizyabAli opened this issue Apr 28, 2021 · 1 comment 路 Fixed by #520
Labels
enhancement New feature or request

Comments

@MFaizyabAli
Copy link

馃殌 Feature
Several medical imaging tasks require patch-based analyses which are suitable implemented by the random samplers provided in Torch IO. In some cases, however, it becomes necessary to sample the entire image grid to ensure all image regions are being captured by the model.

For that, I would like to request Grid_Sampler to suitable with the training Queue as well, just like Uniform or other random samplers.

@MFaizyabAli MFaizyabAli added the enhancement New feature or request label Apr 28, 2021
fepegar added a commit that referenced this issue May 6, 2021
fepegar added a commit that referenced this issue May 10, 2021
* Make GridSampler compatible with Queue

Resolves #513.

* Update docs
@fepegar
Copy link
Owner

fepegar commented May 10, 2021

You should be able to use the grid sampler like the other samplers in v0.18.37.

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

Successfully merging a pull request may close this issue.

2 participants