Skip to content

Tiled 1D & 2D convolution. Good for huge images and signals; batching on GPU, torch backend, zarr support.

Notifications You must be signed in to change notification settings

RichieHakim/tiled_convolution

Repository files navigation

Tiled Convolution

A library for performing convolution on large 2D arrays.
Uses a tiled approach to break the convolution into batches, which reduces maximum memory usage.

Installation

from pypi

pip install tiled_convolution

from source

pip install https://github.com/RichieHakim/tiled_convolution.git

or

git clone https://github.com/RichieHakim/tiled_convolution
cd tiled_convolution
pip install -e .

About

Tiled 1D & 2D convolution. Good for huge images and signals; batching on GPU, torch backend, zarr support.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages