ResidentMario/pytorch-training-performance-guide
Guidebook and reference on PyTorch training optimizations
This guide helps machine learning engineers and researchers make their PyTorch models train faster and more efficiently. It explains various techniques to optimize training performance, transforming a slow-training model into one that completes training in less time, using computational resources more effectively. Anyone working with PyTorch for deep learning model development will find this valuable.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher looking to speed up the training of your PyTorch models and reduce computational costs.
Not ideal if you are looking for a general introduction to PyTorch or a guide to model architecture design rather than performance optimization.
Stars
27
Forks
—
Language
TeX
License
—
Category
Last pushed
Sep 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ResidentMario/pytorch-training-performance-guide"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mrdbourke/pytorch-deep-learning
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
xl0/lovely-tensors
Tensors, for human consumption
stared/livelossplot
Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
dataflowr/notebooks
code for deep learning courses
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"