#74 · Primary category: MLOps & Evaluation
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡
Project last updated:06/11/26
GitHub Stars
5.3K
Forks
754
Contributors
32
License
Other
Why we included this project
Most deep learning projects start as a pile of ad-hoc scripts, and that gets painful the moment you want to reproduce a run or try ten variations. This template fixes that by wiring PyTorch Lightning together with Hydra so models, datasets, callbacks, and loggers are all defined in config files. Changing a dataset, adding a model, or tweaking an optimizer becomes a YAML edit instead of a code change. The code is heavily commented and ships with practical MLOps pieces like logging, checkpointing, and support for multi-GPU, TPU, or SLURM, which makes it a decent learning resource for teams new to structured ML engineering. It is a solid scaffold for turning a research idea into something you can actually track and rerun.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models