Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/abhishekkrthakur/tez
deep-learning deep-neural-networks neural-networks pytorch tez
Last synced: about 15 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/abhishekkrthakur/tez
- Owner: abhishekkrthakur
- License: apache-2.0
- Created: 2020-11-13T10:19:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T16:52:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T05:14:49.402Z (8 days ago)
- Topics: deep-learning, deep-neural-networks, neural-networks, pytorch, tez
- Language: Python
- Homepage:
- Size: 259 KB
- Stars: 1,164
- Watchers: 17
- Forks: 144
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-machine-learning-resources - GitHub - 54% open · ⏱️ 10.08.2022): (Pytorch实用程序)
README
# Tez: a simple pytorch trainer
**NOTE: Currently, we are not accepting any pull requests! All PRs will be closed. If you want a feature or something doesn't work, please create an issue.**
tez (तेज़ / تیز) means sharp, fast & active. This is a simple, to-the-point, library to make your pytorch training easy.
_This library is in early-stage currently! So, there might be breaking changes._
### Idea around tez is simple:
- keep things as simple as possible
- make it as customizable as possible
- clean code
- faster prototyping
- production readyCurrently, tez supports cpu, single gpu and multi-gpu & tpu training. More coming soon!
Using tez is super-easy. We don't want you to be far away from pytorch. So, you do everything on your own and just use tez to make a few things simpler.