Skip to content

Commit 2194ccf

Browse files
uridahsoumith
authored andcommitted
Correct links (pytorch#48)
1 parent 48b9fd6 commit 2194ccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ PyTorch Tutorials
22
-----------------
33

44

5-
1. [Deep Learning with PyTorch: a 60-minute blitz](Deep Learning with PyTorch.ipynb)
5+
1. [Deep Learning with PyTorch: a 60-minute blitz](Deep%20Learning%20with%20PyTorch.ipynb)
66
- A perfect introduction to PyTorch's torch, autograd, nn and optim APIs
7-
- If you are a former Torch user, you can check out this instead: [Introduction to PyTorch for former Torchies](Introduction to PyTorch for former Torchies.ipynb)
7+
- If you are a former Torch user, you can check out this instead: [Introduction to PyTorch for former Torchies](Introduction%20to%20PyTorch%20for%20former%20Torchies.ipynb)
88
2. Custom C extensions
99
- [Write your own C code that interfaces into PyTorch via FFI](Creating%20Extensions%20using%20FFI.md)
10-
3. [Writing your own neural network module that uses numpy and scipy](Creating extensions using numpy and scipy.ipynb)
11-
4. [Reinforcement (Q-)Learning with PyTorch](Reinforcement (Q-)Learning with PyTorch.ipynb)
10+
3. [Writing your own neural network module that uses numpy and scipy](Creating%20extensions%20using%20numpy%20and%20scipy.ipynb)
11+
4. [Reinforcement (Q-)Learning with PyTorch](Reinforcement%20(Q-)Learning%20with%20PyTorch.ipynb)

0 commit comments

Comments
 (0)