Skip to main content

A Pytorch lightning framework for streaming CNN's

Project description

Lightstream

Lightstream is a Pytorch library to train CNN's with large input images. Parsing large inputs is achieved through a combination of gradient checkpointing and tiling the input image. For a full overview of the streaming algorithm, please read the article:

[1] H. Pinckaers, B. van Ginneken and G. Litjens, "Streaming convolutional neural networks for end-to-end learning with multi-megapixel images," in IEEE Transactions on Pattern Analysis and Machine Intelligence, doi: 10.1109/TPAMI.2020.3019563

Installation

The lightstream repository can be installed using pip, or you can alternatively clone the git repository and build the wheel.

pip install lightstream

We also recommend to install the albumentationsxl package, which is an albumentations fork with a pyvips backend to preprocess large images

pip install albumentationsxl

Requirements

The lightstream package requires PyTorch version 2.0 or greater to be installed, along with Pytorch lightning version 2.0.0 or greater.

  • PyTorch 2.0.0 or greater
  • Pytorch Lightning 2.0.0 or greater
  • Albumentationsxl (recommended) Furthermore, we recommend a GPU with at least 10 GB of VRAM, and a system with at least 32 GB of RAM.

Using lightstream with pre-trained networks

lightstream offers several out-of-the-box streaming equivalents of ImageNet classifiers. Currently ResNet and ConvNext architectures are supported

import torch.nn
from lightstream.models.resnet.resnet import StreamingResNet

model = StreamingResNet(model_name="resnet18", tile_size=2880, loss_fn=torch.nn.CrossEntropyLoss(), train_streaming_layers=True)

Documentation

The documentation can be found at https://diagnijmegen.github.io/lightstream/

Alternatively the documentation can be generated locally using

make docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lightstream-1.0.7.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lightstream-1.0.7-py3-none-any.whl (38.3 kB view details)

Uploaded Python 3

File details

Details for the file lightstream-1.0.7.tar.gz.

File metadata

  • Download URL: lightstream-1.0.7.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.6

File hashes

Hashes for lightstream-1.0.7.tar.gz
Algorithm Hash digest
SHA256 eca9b5dbc5b6d336b0b8a6af55b0928683e4ef18cb2072b36894b413d118b173
MD5 1edfb66ea0fdaad35c24f0ed47b1a4df
BLAKE2b-256 089d41c6b4a5980a37c3fe5e47037547fbd81b692a89062ea62f9e51fa0a5b15

See more details on using hashes here.

File details

Details for the file lightstream-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: lightstream-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 38.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.6

File hashes

Hashes for lightstream-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a38ed84a1beb6ae8fed810e98f4317391e9f75ffa2f52b83310497321582199b
MD5 300dd033ba416b08a8689e3a83989994
BLAKE2b-256 26e98048c8ff50cc9ad479a9fcc24bd124fa07cc906389c58183487f286fbbef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page