abhishekkrthakur/tez
Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle over 90% of deep learning projects in PyTorch.
Tez simplifies the process of training deep learning models using PyTorch. It takes your existing PyTorch model and data, handles the training loop efficiently across different hardware, and outputs a trained model ready for use. This tool is ideal for machine learning engineers and researchers who build and train deep learning models.
1,159 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a machine learning practitioner looking for a straightforward way to manage and accelerate the training of your PyTorch deep learning models.
Not ideal if you are a beginner just starting with PyTorch and prefer a more opinionated, all-encompassing framework rather than a lightweight trainer.
Stars
1,159
Forks
142
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 29, 2023
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/abhishekkrthakur/tez"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras-team/keras
Deep Learning for humans
Lightning-AI/torchmetrics
Machine learning metrics for distributed, scalable PyTorch applications.
Lightning-AI/pytorch-lightning
Pretrain, finetune ANY AI model of ANY size on 1 or 10,000+ GPUs with zero code changes.
lanpa/tensorboardX
tensorboard for pytorch (and chainer, mxnet, numpy, ...)