From 5136c818af6d1190742671e720245b17c6803b2f Mon Sep 17 00:00:00 2001 From: enguy-hub <16822912+enguy-hub@users.noreply.github.com> Date: Thu, 16 Oct 2025 04:11:45 +0200 Subject: [PATCH] Add pytorch cheat sheet from ZTM (#12532) Co-authored-by: enguy-hub --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index dc7550a33..62705a587 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -478,6 +478,7 @@ #### PyTorch * [Deep Learning with PyTorch Cheat Sheet](https://www.datacamp.com/cheat-sheet/deep-learning-with-py-torch) - Richie Cotton (HTML) +* [PyTorch Cheat Sheet](https://zerotomastery.io/cheatsheets/pytorch-cheat-sheet/) - ZeroToMastery (HTML) * [PyTorch Framework Cheat Sheet](https://www.simonwenkel.com/publications/cheatsheets/pdf/cheatsheet_pytorch.pdf) - Simon Wenkel (PDF) * [PyTorch Official Cheat Sheet](https://pytorch.org/tutorials/beginner/ptcheat.html) - PyTorch (HTML)