Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paperspace/pytorch-101-tutorial-series
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
https://github.com/paperspace/pytorch-101-tutorial-series
101 deep-learning neural-networks pytorch pytorch-tutorial sample-code
Last synced: 6 days ago
JSON representation
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
- Host: GitHub
- URL: https://github.com/paperspace/pytorch-101-tutorial-series
- Owner: Paperspace
- Created: 2019-05-21T18:08:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T16:17:48.000Z (over 4 years ago)
- Last Synced: 2024-11-26T07:19:08.668Z (26 days ago)
- Topics: 101, deep-learning, neural-networks, pytorch, pytorch-tutorial, sample-code
- Language: Jupyter Notebook
- Homepage: https://blog.paperspace.com/pytorch-101-understanding-graphs-and-automatic-differentiation
- Size: 147 KB
- Stars: 252
- Watchers: 10
- Forks: 58
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTorch-101-Tutorial-Series
This Github Repo contains the supporting Jupyter-notebooks for the [Paperspace blog series on PyTorch](https://blog.paperspace.com/pytorch-101-understanding-graphs-and-automatic-differentiation/) covering everything from the basic building blocks all the way to building custom architectures. The series has following parts
## 1-Click Notebooks
| Blog Post | 1-Click Notebook |
|:----------|------|
| [PyTorch 101 Part 1 - Understanding Computation Graphs and Autograd](https://blog.paperspace.com/pytorch-101-understanding-graphs-and-automatic-differentiation) | [![Gradient](https://assets.paperspace.io/img/gradient-badge.svg)](https://console.paperspace.com/github/Paperspace/PyTorch-101-Tutorial-Series/blob/master/PyTorch%20101%20Part%201%20-%20Computational%20Graphs%20and%20Autograd%20in%20PyTorch.ipynb) |
| [PyTorch 101 Part 2 - Building Neural Networks With PyTorch](https://blog.paperspace.com/pytorch-101-building-neural-networks) | [![Gradient](https://assets.paperspace.io/img/gradient-badge.svg)](https://console.paperspace.com/github/Paperspace/PyTorch-101-Tutorial-Series/blob/master/PyTorch%20101%20Part%202%20-%20Building%20Neural%20Networks%20With%20PyTorch.ipynb) |
| [PyTorch 101 Part 3 - Going Deeper with PyTorch](https://blog.paperspace.com/pytorch-101-advanced/) | [![Gradient](https://assets.paperspace.io/img/gradient-badge.svg)](https://console.paperspace.com/github/Paperspace/PyTorch-101-Tutorial-Series/blob/master/PyTorch%20101%20Part%203%20-%20Advance%20PyTorch%20Usage.ipynb) |
| [PyTorch 101 Part 4 - Memory Management and Using Multiple GPUs](https://blog.paperspace.com/pytorch-memory-multi-gpu-debugging/) | [![Gradient](https://assets.paperspace.io/img/gradient-badge.svg)](https://console.paperspace.com/github/Paperspace/PyTorch-101-Tutorial-Series/blob/master/PyTorch%20101%20Part%204%20-Memory%20management%20and%20Multi-GPU%20Usage%20in%20PyTorch.ipynb) |
| [PyTorch 101 Part 5 - Understanding Hooks](https://blog.paperspace.com/pytorch-101-advanced/) | [![Gradient](https://assets.paperspace.io/img/gradient-badge.svg)](https://console.paperspace.com/github/Paperspace/PyTorch-101-Tutorial-Series/blob/master/PyTorch%20101%20Part%205%20-%20Understanding%20Hooks%20) |The notebooks and links for the rest of the parts will be updated as and when they are published.