×

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:18 2025
md5 checksum a2c618870dee48bb088b23c4427b5033
arch x86_64
build py311h06a4308_0
depends fsspec >=2022.5.0, lightning-utilities >=0.10.0, packaging >=20.0, python >=3.11,<3.12.0a0, pytorch >=2.1.0, pyyaml >=5.4, torchmetrics >=0.7.0, tqdm >=4.57.0, typing-extensions >=4.4.0
license Apache-2.0
license_family Apache
md5 a2c618870dee48bb088b23c4427b5033
name pytorch-lightning
platform linux
sha1 721b25a7a76688695479fda667bbd96d1665859d
sha256 0befdbe0b31715d1f98b57d682acf2b0d204dc2d6ce5d6abc26744490a62d83f
size 1145965
subdir linux-64
timestamp 1741103777562
version 2.5.0.post0