×

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:17 2025
md5 checksum 59b171178865a0481327e2c6a19ef9c1
arch x86_64
build py310h06a4308_0
depends fsspec >=2022.5.0, lightning-utilities >=0.10.0, packaging >=20.0, python >=3.10,<3.11.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 59b171178865a0481327e2c6a19ef9c1
name pytorch-lightning
platform linux
sha1 3a027be4ba5ece110037600f015d44610ad63fae
sha256 3ea7c9156421fcca76419de8227d2c0385a3daefc2d40fa3dbb9cf1043474643
size 891182
subdir linux-64
timestamp 1741103692638
version 2.5.0.post0