×

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:21 2025
md5 checksum 26de534b182d42e61a671b297eb13661
arch x86_64
build py312h06a4308_0
depends fsspec >=2022.5.0, lightning-utilities >=0.8.0, numpy >=1.17.2,<2.0a0, packaging >=20.0, python >=3.12,<3.13.0a0, pytorch >=2.0.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 26de534b182d42e61a671b297eb13661
name pytorch-lightning
platform linux
sha1 9a3c11808ce83976ca4d7d108b8f57af89160947
sha256 5dd8a8f1b2c4794fd9d9a88948e804e2a18c10b65f86609cc2094b3744eed282
size 1123987
subdir linux-64
timestamp 1719924526232
version 2.3.0