Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.2% on conda-forge.org
Top 3.3% dependent packages on conda-forge.org
Top 3.1% dependent repos on conda-forge.org

conda-forge.org : pytorch-lightning

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. Documentation ------------- - https://pytorch-lightning.readthedocs.io/en/latest - https://pytorch-lightning.readthedocs.io/en/stable

Registry - Homepage - JSON
purl: pkg:conda/pytorch-lightning
License: Apache-2.0
Status: removed
Latest release: over 1 year ago
First release: almost 4 years ago
Dependent packages: 19
Dependent repositories: 123
Last synced: 4 months ago

    Loading...
    Readme
    Loading...