PyTorch Lightning

This is the current revision of this page, as edited by Frog on the Floor (talk | contribs) at 17:39, 14 August 2025 (Removed possessive apostrophe. The models don't possess hardware that is somehow agnostic, they are agnostic to hardware). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

PyTorch Lightning is an open-source Python library that provides a high-level interface for PyTorch, a popular deep learning framework.[1] It is a lightweight and high-performance framework that organizes PyTorch code to decouple research from engineering, thus making deep learning experiments easier to read and reproduce. It is designed to create scalable deep learning models that can easily run on distributed hardware while keeping the models hardware agnostic.

PyTorch Lightning
Original author(s)William Falcon
Developer(s)Various
Initial releaseMay 31, 2019; 6 years ago (2019-05-31)
Repositorygithub.com/Lightning-AI/pytorch-lightning
PlatformCross-platform
LicenseApache License 2.0
Websitelightning.ai

In 2019, Lightning was adopted by the NeurIPS Reproducibility Challenge as a standard for submitting PyTorch code to the conference.[2]

In 2022, the PyTorch Lightning library officially became a part of the Lightning framework, an open-source framework managed by the original creators of PyTorch Lightning.

References

edit
  1. ^ "GitHub - PyTorch Lightning". GitHub. 2019-12-01.
  2. ^ "Reproducibility Challenge @NeurIPS 2019". NeurIPS. 2019-12-01. Retrieved 2019-12-01.
edit