#98 · Primary category: Deep Learning Frameworks
tnt
A lightweight library for PyTorch training tools and utilities
Project last updated:08/28/26
GitHub Stars
1.7K
Forks
310
Contributors
165
License
Other
Why we included this project
TorchTNT comes from the PyTorch team and is aimed at people who are tired of rewriting the same training-loop scaffolding for every experiment. It bundles a fit and eval loop framework with a hook-based callback system, along with data-loading helpers and utilities for checkpointing, learning-rate schedules, logging, and profiling. Instead of forcing a whole new framework on you, it lets you keep your own model and training code and pull in just the pieces you need. Teams that want a consistent training setup across projects, and researchers building custom pipelines, can both adopt it piece by piece, since it composes with plain PyTorch rather than replacing it.
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
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.