Add PyTorch Cheat Sheet (#6222)

* Add PyTorch Cheat Sheet

* put lists in order

* fix order
pull/6226/head
Linh0704 3 years ago committed by GitHub
parent 482cdf25d0
commit d2432dbbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      more/free-programming-cheatsheets.md

@ -169,6 +169,12 @@
* [Perl Reference card](https://michaelgoerz.net/refcards/perl_refcard.pdf) (PDF) * [Perl Reference card](https://michaelgoerz.net/refcards/perl_refcard.pdf) (PDF)
### PyTorch
* [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)
### Python ### Python
* [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2) - Rishi Sidhu, Medium (HTML) * [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2) - Rishi Sidhu, Medium (HTML)

Loading…
Cancel
Save