ashleve/lightning-hydra-template
A project template for structuring PyTorch Lightning deep learning experiments with Hydra configuration management.

Velocity · 7d
+2.6
★ / day
Trend
→steady
star history
This repository provides a starter template for building and organizing deep learning projects. It combines PyTorch Lightning (for training loop abstraction and hardware acceleration) with Hydra (for hierarchical configuration management). The template enforces reproducibility and best practices through standardized project structure, code formatting tools (black, isort), and CI/CD workflows for testing.