×

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:27 2025
md5 checksum 9ad149aacc8899b402a9b63815a9bf9d
arch x86_64
build py310h06a4308_0
depends fsspec >2021.06.0, lightning-utilities >=0.6.0.post0, numpy >=1.17.2,<2.0a0, packaging >=17.1, python >=3.10,<3.11.0a0, pytorch >=1.10.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 9ad149aacc8899b402a9b63815a9bf9d
name pytorch-lightning
platform linux
sha1 46b4cc8f50ec3f38ad02271c0698d1eb7679dba3
sha256 4e4cc0b18833961cf452ae0da797c5f627cf1b1ed5a28a814e72369101a29ec0
size 914537
subdir linux-64
timestamp 1687431970037
version 1.9.5