Updated Developer Environment Setup (markdown)

Richard Zou
2021-06-15 11:24:27 -04:00
parent 53569cb79c
commit ce6e80f5de
2 changed files with 11 additions and 3 deletions

@ -1,3 +0,0 @@
Please see https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md#developing-pytorch
For fb employees, please go [here](https://fb.quip.com/ZxEmAzk8HX8T) for an opinionated setup guide.

11
PyTorch-Basics.md Normal file

@ -0,0 +1,11 @@
## Development Setup
Please see https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md#developing-pytorch
For fb employees, please go [here](https://fb.quip.com/ZxEmAzk8HX8T) for an opinionated setup guide.
## Learn about how to use PyTorch
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.