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
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.