Contents

pytorch-lightning 2.6.1

0

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

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

Stars: 30845, Watchers: 30845, Forks: 3670, Open Issues: 951

The Lightning-AI/pytorch-lightning repo was created 6 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 30845 github stars!

How to Install pytorch-lightning

You can install pytorch-lightning using pip

pip install pytorch-lightning

or add it to a project with poetry

poetry add pytorch-lightning

Package Details

Author
Lightning AI et al.
License
Apache-2.0
Homepage
https://github.com/Lightning-AI/lightning
PyPi:
https://pypi.org/project/pytorch-lightning/
Documentation:
https://pytorch-lightning.rtfd.io/en/latest/
GitHub Repo:
https://github.com/PyTorchLightning/pytorch-lightning

Classifiers

  • Scientific/Engineering/Artificial Intelligence
  • Scientific/Engineering/Image Recognition
  • Scientific/Engineering/Information Analysis
No  pytorch-lightning  pypi packages just yet.

Errors

A list of common pytorch-lightning errors.

Code Examples

Here are some pytorch-lightning code examples and snippets.

GitHub Issues

The pytorch-lightning package has 951 open issues on GitHub

  • build(deps): update setuptools requirement from <80.9.1 to <80.10.3 in /requirements
  • build(deps): update torchvision requirement from <0.25.0,>=0.16.0 to >=0.16.0,<0.26.0 in /requirements
  • build(deps): update wheel requirement from <0.46.0 to <0.47.0 in /requirements
  • build(deps): update pandas requirement from <2.4.0,>2.0 to >2.0,<3.1.0 in /requirements
  • build(deps): bump coverage from 7.13.1 to 7.13.2 in /requirements
  • log_dict: support MetricCollection containing ClasswiseWrapper
  • feat(logger): add SwanLabLogger for enhanced logging capabilities
  • DO NOT MERGE: trigger install-pkg CI
  • Coerce tensorboard metrics into numpy arrays
  • Tensorboard logging breaks with certain scalar values with numpy >= 2.4.0
  • CI: fix doctest failure from PyTorch LeafSpec FutureWarning
  • chore(tests): update PyTorch versions in CI workflows to include 2.10
  • Add batch interval support for learning rate schedulers
  • [Optimization] Use fs.pipe() or fs.put() instead of f.write() in atomic_save for faster cloud checkpointing
  • build(deps): update sphinx requirement from <6.0,>5.0 to >5.0,<10.0 in /requirements

See more issues on GitHub

Related Packages & Articles

onnx 1.20.1

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

thinc 9.1.1

A refreshing functional take on deep learning, compatible with your favorite libraries

spacy 3.8.11

Industrial-strength Natural Language Processing (NLP) in Python

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

kornia 0.8.2

Open Source Differentiable Computer Vision Library for PyTorch

keras 3.13.2

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).