Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 381 Bytes

lightning.md

File metadata and controls

9 lines (6 loc) · 381 Bytes

Pytorch Lightning

Pytorch Lightning is a high-level library built on top of PyTorch that aims to simplify and accelerate the development of deep learning models. It provides a set of features and utilities that make it easier to train and deploy neural networks, while also reducing the amount of boilerplate code.

Installation

pip install lightning

Usage

Examples