mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Apply best practices
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
---
|
||||
name: pytorch-lightning
|
||||
description: Work with PyTorch Lightning for deep learning model training and research. This skill should be used when building, training, or deploying neural networks using PyTorch Lightning, organizing PyTorch code into LightningModules, configuring Trainers for multi-GPU/TPU training, implementing data pipelines with LightningDataModules, or working with callbacks, logging, and distributed training strategies (DDP, FSDP, DeepSpeed).
|
||||
description: "Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training."
|
||||
---
|
||||
|
||||
# PyTorch Lightning
|
||||
|
||||
## Overview
|
||||
|
||||
PyTorch Lightning is a deep learning framework that organizes PyTorch code to eliminate boilerplate while maintaining full flexibility. It automates training workflows, multi-device orchestration, and best practices from research labs. Use this skill when working with neural network training, scaling models across multiple GPUs/TPUs, or structuring deep learning projects professionally.
|
||||
PyTorch Lightning is a deep learning framework that organizes PyTorch code to eliminate boilerplate while maintaining full flexibility. Automate training workflows, multi-device orchestration, and implement best practices for neural network training and scaling across multiple GPUs/TPUs.
|
||||
|
||||
## When to Use This Skill
|
||||
|
||||
This skill should be used when:
|
||||
- Building, training, or deploying neural networks using PyTorch Lightning
|
||||
- Organizing PyTorch code into LightningModules
|
||||
- Configuring Trainers for multi-GPU/TPU training
|
||||
- Implementing data pipelines with LightningDataModules
|
||||
- Working with callbacks, logging, and distributed training strategies (DDP, FSDP, DeepSpeed)
|
||||
- Structuring deep learning projects professionally
|
||||
|
||||
## Core Capabilities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user