About Anaconda Help Download Anaconda

main / packages / pytorch-lightning 2.3.0

PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.

Installers

  • linux-64 v2.3.0
  • linux-aarch64 v2.3.0
  • osx-64 v2.3.0
  • win-64 v2.3.0
  • osx-arm64 v2.3.0
  • linux-s390x v2.3.0
  • linux-ppc64le v2.0.3

conda install

To install this package run one of the following:
conda install main::pytorch-lightning

Description

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy