An open index of dependabot pull requests across open source projects.

pytorch-lightning

Ecosystem:
conda
Package URL:
pkg:conda/pytorch-lightning
Total PRs:
13 Dependabot PRs
Latest PR:
4 months ago
Unique Repositories:
11 repositories
Unique Repos (30 days):
0 repositories
Package Details
Name: pytorch-lightning
Ecosystem: conda
PURL Type: conda
Package URL: pkg:conda/pytorch-lightning
JSON API: View JSON
Package Information
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.

Repository: https://github.com/Lightning-AI/lightning
Homepage: https://lightning.ai/
Latest Release: 2.3.0
almost 2 years ago
Dependent Repos: 123
Dependent Packages: 2
Ranking: Top 17.1272% by dependent repos Top 30.7015% by dependent pkgs
PR Status
Open 7 (53.8%)
Merged 1 (7.7%)
Closed 5 (38.5%)
PR Types
Minor 6 (46.2%)
Patch 7 (53.8%)