PyTorch Lightning is a high-level framework that makes training deep learning models easier. It sits on top of PyTorch and removes a lot of repetitive code. You can write clean training loops without worrying about device management or distributed computing.
With its Trainer class, you can run your code on a single laptop or a massive supercomputer without changes. It supports automatic distributed training using DDP, FSDP, and DeepSpeed. This means your models scale effortlessly.
Lightning adds built-in best practices like logging, checkpointing, and mixed precision. You spend less time on boilerplate and more time on your actual model. It is a favorite among researchers and engineers for its simplicity and power.
Global
mkdir -p ~/.claude/skills/pytorch-lightningProject
mkdir -p .claude/skills/pytorch-lightningSource Repository
Explore Runlllllllama/rigorpilot-skills
Plan and rank quick deep learning exploration runs with clear boundaries
Run Trainlllllllama/rigorpilot-skills
Run deep learning training conservatively with structured logs and metrics
Env And Assets Bootstraplllllllama/rigorpilot-skills
Safe and careful setup of conda environments and asset paths for deep learning reproduction
Env And Assets Bootstraplllllllama/ai-paper-reproduction-skill
Prepare conda-first environment and asset paths for deep learning reproduction
Data Visualizationanthropics/knowledge-work-plugins
Pick the right chart, write clean Python code, and design for everyone
Powerbi Modelinggithub/awesome-copilot
Expert guidance for building optimized Power BI semantic models with star schemas and DAX
Power Bi Dax Optimizationgithub/awesome-copilot
Make your Power BI DAX formulas faster and easier to maintain
Bigquery Basicsgoogle/skills
Easily analyze massive datasets with SQL and built-in machine learning