hitlic/deepepochs
Pytorch模型训练工具
This tool helps deep learning practitioners streamline the process of training, validating, and testing their PyTorch models. You provide your data loaders, model, and optimizer, and it handles the training loops, metric calculation, and logging. It's designed for researchers and engineers working on machine learning projects who want to focus on model architecture and data rather than boilerplate training code.
No commits in the last 6 months. Available on PyPI.
Use this if you are developing deep learning models in PyTorch and want to simplify the common training, evaluation, and testing workflows.
Not ideal if you need a solution for frameworks other than PyTorch, or if you prefer to build every aspect of your training loops from scratch for maximum low-level control.
Stars
39
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jul 19, 2025
Commits (30d)
0
Dependencies
9
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hitlic/deepepochs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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, ...)