pytorch-trainer

Solid

PyTorch model training skill with custom training loops, gradient management, and GPU optimization.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# pytorch-trainer ## Overview PyTorch model training skill with custom training loops, gradient management, GPU optimization, and integration with experiment tracking systems. ## Capabilities - Custom training loop execution - Learning rate scheduling (StepLR, CosineAnnealing, OneCycleLR, etc.) - Gradient clipping and accumulation - Mixed precision training (AMP) - Checkpoint management and resumption - DataLoader optimization - Multi-GPU training (DataParallel, DistributedDataParallel) - Early stopping with patience ## Target Processes - Model Training Pipeline with Experiment Tracking - Distributed Training Orchestration - AutoML Pipeline Orchestration ## Tools and Libraries - PyTorch - PyTorch Lightning (optional) - torchvision, torchaudio, torchtext - CUDA toolkit ## Input Schema ```json { "type": "object", "required": ["modelPath", "dataConfig", "trainingConfig"], "properties": { "modelPath": { "type": "string", "description": "Path to model definition file" }, "dataConfig": { "type": "object", "properties": { "trainPath": { "type": "string" }, "valPath": { "type": "string" }, "batchSize": { "type": "integer" }, "numWorkers": { "type": "integer" } } }, "trainingConfig": { "type": "object", "properties": { "epochs": { "type": "integer" }, "learningRate": { "type": "number" }, "optimizer": { "type": "string" }, "scheduler": { "type":...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

tensorflow-trainer

TensorFlow/Keras model training skill with callbacks, distributed strategies, and TensorBoard integration.

1,160 Updated today
a5c-ai
AI & Automation Solid

pytorch-lightning

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.

26,817 Updated today
K-Dense-AI
AI & Automation Solid

pytorch-lightning

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.

27,705 Updated today
davila7
AI & Automation Solid

pytorch-lightning

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.

2,210 Updated 1 weeks ago
foryourhealth111-pixel
AI & Automation Solid

pytorch-model-trainer

Build pytorch model trainer operations. Auto-activating skill for ML Training. Triggers on: pytorch model trainer, pytorch model trainer Part of the ML Training skill category. Use when working with pytorch model trainer functionality. Trigger with phrases like "pytorch model trainer", "pytorch trainer", "pytorch".

2,274 Updated today
jeremylongshore