phzwart / qlty

A utility to patch pytorch tensors into smaller, overlapping bits and stitch them together again.
Other
0 stars 3 forks source link

qlty

qlty is a Python library designed to handle large 2D or 3D tensors efficiently by splitting them into smaller, manageable chunks. This library is particularly useful for processing large datasets that do not fit into memory. It includes methods for stitching the smaller chunks back together and computing the mean and standard deviation of the reconstructed data.

Modules and Features

Tasks:

Installation

To install the required dependencies, you can use pip:


pip install qlty torch zarr numpy einops dask