Skip to content

Parallelize data preprocessing and trilinear interpolation on GPU using PyTorch #9

@nih23

Description

@nih23

Preprocessing is currently done on CPU which is quite annoying as we need to transfer data between host and device all the time during training of our neural networks. This issue could be solved by at least providing means for tri-linear interpolation on GPU. We might make use of PyTorch's interpolation code: torch.lerp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions