Updated PyTorch Basics (markdown)

Richard Zou
2021-06-29 16:18:16 -04:00
parent 8ed15fd31c
commit 2567335d53

@ -10,6 +10,17 @@ Run through the [PyTorch 60 Minute Blitz](tutorial)
If you're not familiar with machine learning, [here](https://www.youtube.com/playlist?list=PLC1qU-LWwrF64f4QKQT-Vg5Wr4qEE1Zxk) is a nice lecture series.
## Understand how PyTorch is used in the open-source community
* [Watch a high-level overview of PyTorch by Joe Spisak](https://youtu.be/5h1Ot2dPi2E?t=1393)
* [Take a look at PyTorch tutorials](https://pytorch.org/tutorials/)
* [Take a look at PyTorch examples](https://github.com/pytorch/examples)
Explore popular open-source models and frameworks using PyTorch
* [Detectron and Mask R-CNN, Computer Vision](https://github.com/facebookresearch/maskrcnn-benchmark)
* [PyText, NLP](https://github.com/facebookresearch/pytext)
* [Horizon, Applied Reinforcement Learning](https://github.com/facebookresearch/Horizon)
## Submitting a change to PyTorch
Please see https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md