lightning
Package — Deep LearningPython 3.7+Advanced
PyTorch Lightning: structured deep learning training framework
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- PyTorch, NumPy, tqdm, packaging, typing-extensions, fsspec, lightning-utilities
- Install
pip install lightning
Learn by Difficulty
Quick Example
python
# Install: pip install lightning import lightning # Basic lightning usage print(f"Using lightning") # See documentation for detailed examples
lightning is a third-party package. PyTorch Lightning: structured deep learning training framework. Install with: pip install lightning
Try in PlaygroundTags
packagedeep-learningneural-networkaigpu