×

Lightning is a way to organize your PyTorch code to decouple the science code from the engineering. It's more of a style-guide than a framework. In Lightning, you organize your code into 3 distinct categories: 1. Research code (goes in the LightningModule). 2. Engineering code (you delete, and is handled by the Trainer). 3. Non-essential research code (logging, etc. this goes in Callbacks). Although your research/production project might start simple, once you add things like GPU AND TPU training, 16-bit precision, etc, you end up spending more time engineering than researching. Lightning automates AND rigorously tests those parts for you. Overall, Lightning guarantees rigorously tested, correct, modern best practices for the automated parts.

Uploaded Mon Mar 31 23:51:25 2025
md5 checksum aa1d7c519abb23cb366c6e1fda5e277e
arch x86_64
build py311h06a4308_1
build_number 1
depends fsspec >2021.06.1, lightning-utilities >=0.7.0, numpy >=1.17.2, packaging >=17.1, python >=3.11,<3.12.0a0, pytorch >=1.11.0, pyyaml >=5.4, torchmetrics >=0.7.0, tqdm >=4.57.0, typing-extensions >=4.0.0
license Apache-2.0
license_family Apache
md5 aa1d7c519abb23cb366c6e1fda5e277e
name pytorch-lightning
platform linux
sha1 b39a21c8c280b0ccd7fcbc5e4e669eb67932115f
sha256 1f3fde64021ae404d4be150997c2d878014e4eb8b96661d3ac2d5ca109f1ec5f
size 1006848
subdir linux-64
timestamp 1733420756882
version 2.0.3