Add PyTorch Cheat Sheet (#6222)

* Add PyTorch Cheat Sheet

* put lists in order

* fix order
This commit is contained in:
Linh0704 2021-10-13 20:56:56 +07:00 committed by GitHub
parent 482cdf25d0
commit d2432dbbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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