L1aoXingyu/Deep-Learning-Project-Template
A project template for structuring PyTorch deep learning projects with reusable abstractions for model architecture and training workflows.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This repository provides a best-practice template for organizing deep learning projects. It wraps common deep learning tasks such as model building, training loops, and configuration management to reduce boilerplate code. The template leverages PyTorch along with high-level libraries like ignite for compact training loops and yacs for configuration handling.