patch_denoise.gpu.dataloader#
Torch dataloader for the noisy data.
Functions
Transform a tensor into a collection of patches with specified shape and overlap. |
|
Select patches to process based on the mask and threshold. |
|
Compute a sliding sum across all dimensions using sequential 1D convolutions. |
Classes
GPU-resident collection of patches, batch-gathered from |